1#include <inttypes.h>
2typedef uint32_t mpers_ptr_t;
3typedef
4struct {
5int32_t f_type;
6int32_t f_bsize;
7int32_t f_blocks;
8int32_t f_bfree;
9int32_t f_bavail;
10int32_t f_files;
11int32_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];
19} ATTRIBUTE_PACKED mx32_struct_statfs;
20#define MPERS_mx32_struct_statfs mx32_struct_statfs
21