blob: a10baa8e613bfb261b3436427cef0a0075f10b51 [file] [log] [blame]
#include <inttypes.h>
typedef uint32_t mpers_ptr_t;
typedef
struct {
int32_t ifc_len;
union {
mpers_ptr_t ifcu_buf;
mpers_ptr_t ifcu_req;
} ifc_ifcu;
} ATTRIBUTE_PACKED mx32_struct_ifconf;
#define MPERS_mx32_struct_ifconf mx32_struct_ifconf