Home | History | Annotate | Download | only in mpers-m32
      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 } ATTRIBUTE_PACKED m32_struct_blkpg_partition;
     11 #define MPERS_m32_struct_blkpg_partition m32_struct_blkpg_partition
     12