summaryrefslogtreecommitdiff
path: root/include/libcamera/control_ids.h.in
blob: 0718a8886f6cca4cb776a8ce3417ba00f72e2e41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 * Copyright (C) 2019, Google Inc.
 *
 * control_ids.h - Control ID list
 *
 * This file is auto-generated. Do not edit.
 */

#pragma once

#include <array>
#include <stdint.h>

#include <libcamera/controls.h>

namespace libcamera {

namespace controls {

enum {
${ids}
};

${controls}

extern const ControlIdMap controls;

namespace draft {

${draft_controls}

} /* namespace draft */

} /* namespace controls */

} /* namespace libcamera */