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