1 #include <inttypes.h> 2 typedef uint32_t mpers_ptr_t; 3 typedef 4 struct { 5 int32_t f_tfree; 6 unsigned char mpers_filler_1[4]; 7 uint64_t f_tinode; 8 char f_fname[6]; 9 char f_fpack[6]; 10 unsigned char mpers_end_filler_2[4]; 11 } ATTRIBUTE_PACKED mx32_struct_ustat; 12 #define MPERS_mx32_struct_ustat mx32_struct_ustat 13