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