Home | History | Annotate | Download | only in mpers-mx32
      1 #include <inttypes.h>
      2 typedef uint32_t mpers_ptr_t;
      3 typedef
      4 struct {
      5 int32_t f_type;
      6 int32_t f_bsize;
      7 int32_t f_blocks;
      8 int32_t f_bfree;
      9 int32_t f_bavail;
     10 int32_t f_files;
     11 int32_t f_ffree;
     12 struct {
     13 int32_t val[2];
     14 } ATTRIBUTE_PACKED f_fsid;
     15 int32_t f_namelen;
     16 int32_t f_frsize;
     17 int32_t f_flags;
     18 int32_t f_spare[4];
     19 } ATTRIBUTE_PACKED mx32_struct_statfs;
     20 #define MPERS_mx32_struct_statfs mx32_struct_statfs
     21