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 unsigned 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