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