1 #include <inttypes.h> 2 typedef uint32_t mpers_ptr_t; 3 typedef 4 struct { 5 int64_t start; 6 int64_t length; 7 int32_t pno; 8 char devname[64]; 9 char volname[64]; 10 unsigned 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