blob: a73e572f353d6d45f4939cbef6c7f1b5ea08a933 [file] [log] [blame]
#include <stdint.h>
#ifndef mpers_ptr_t_is_uint32_t
typedef uint32_t mpers_ptr_t;
#define mpers_ptr_t_is_uint32_t
#endif
typedef
struct {
int32_t ifc_len;
union {
mpers_ptr_t ifcu_buf;
mpers_ptr_t ifcu_req;
} ifc_ifcu;
} ATTRIBUTE_PACKED m32_struct_ifconf;
#define MPERS_m32_struct_ifconf m32_struct_ifconf