1 #include <inttypes.h> 2 typedef uint32_t mpers_ptr_t; 3 typedef 4 struct { 5 uint32_t id; 6 uint32_t size; 7 uint32_t reserved2[1]; 8 union { 9 int32_t value; 10 int64_t value64; 11 mpers_ptr_t string; 12 } ; 13 } ATTRIBUTE_PACKED m32_struct_v4l2_ext_control; 14 #define MPERS_m32_struct_v4l2_ext_control m32_struct_v4l2_ext_control 15