1 #include <inttypes.h> 2 typedef uint32_t mpers_ptr_t; 3 typedef 4 struct { 5 int32_t ifc_len; 6 union { 7 mpers_ptr_t ifcu_buf; 8 mpers_ptr_t ifcu_req; 9 } ifc_ifcu; 10 } ATTRIBUTE_PACKED mx32_struct_ifconf; 11 #define MPERS_mx32_struct_ifconf mx32_struct_ifconf 12