1 #include <inttypes.h>
2 typedef uint32_t mpers_ptr_t;
3 typedef
4 struct {
5 uint32_t index;
6 unsigned char name[32];
7 uint32_t type;
8 uint32_t audioset;
9 uint32_t tuner;
10 uint64_t std;
11 uint32_t status;
12 uint32_t capabilities;
13 uint32_t reserved[3];
14 } ATTRIBUTE_PACKED m32_struct_v4l2_input;
15 #define MPERS_m32_struct_v4l2_input m32_struct_v4l2_input
16