1#include <inttypes.h>
2typedef uint32_t mpers_ptr_t;
3typedef
4struct {
5int32_t f_type;
6int32_t f_bsize;
7uint64_t f_blocks;
8uint64_t f_bfree;
9uint64_t f_bavail;
10uint64_t f_files;
11uint64_t f_ffree;
12struct {
13int32_t val[2];
14} ATTRIBUTE_PACKED f_fsid;
15int32_t f_namelen;
16int32_t f_frsize;
17int32_t f_flags;
18int32_t f_spare[4];
19unsigned char mpers_end_filler_1[4];
20} ATTRIBUTE_PACKED mx32_struct_statfs64;
21#define MPERS_mx32_struct_statfs64 mx32_struct_statfs64
22