10 lines
224 B
C
10 lines
224 B
C
#include <inttypes.h>
|
|
typedef uint32_t mpers_ptr_t;
|
|
typedef
|
|
struct {
|
|
int32_t f_tfree;
|
|
uint32_t f_tinode;
|
|
char f_fname[6];
|
|
char f_fpack[6];
|
|
} ATTRIBUTE_PACKED m32_struct_ustat;
|
|
#define MPERS_m32_struct_ustat m32_struct_ustat
|