1#include <inttypes.h>
2typedef uint32_t mpers_ptr_t;
3typedef
4struct {
5int64_t start;
6int64_t length;
7int32_t pno;
8char devname[64];
9char volname[64];
10unsigned char mpers_end_filler_1[4];
11} ATTRIBUTE_PACKED mx32_struct_blkpg_partition;
12#define MPERS_mx32_struct_blkpg_partition mx32_struct_blkpg_partition
13