blob: 31da087277a4bfa47ffb6a466d9e6e4820d32ba1 [file] [log] [blame]
#include <stdint.h>
typedef
struct {
int32_t f_type;
int32_t f_bsize;
int32_t f_blocks;
int32_t f_bfree;
int32_t f_bavail;
int32_t f_files;
int32_t f_ffree;
struct {
int32_t val[2];
} ATTRIBUTE_PACKED f_fsid;
int32_t f_namelen;
int32_t f_frsize;
int32_t f_flags;
int32_t f_spare[4];
} ATTRIBUTE_PACKED m32_struct_statfs;
#define MPERS_m32_struct_statfs m32_struct_statfs