aboutsummaryrefslogtreecommitdiff
path: root/mpers-m32/struct_blkpg_partition.h
blob: d63108661f6855b531d41a38f85e3d17b0fab964 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <stdint.h>
typedef
struct {
int64_t start;
int64_t length;
int32_t pno;
char devname[64];
char volname[64];
unsigned char mpers_end_filler_1[4];
} ATTRIBUTE_PACKED m32_struct_blkpg_partition;
#define MPERS_m32_struct_blkpg_partition m32_struct_blkpg_partition