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 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 int32_t f_namelen;
     16 int32_t f_frsize;
     17 int32_t f_flags;
     18 int32_t f_spare[4];
     19 unsigned char mpers_end_filler_1[4];
     20 } ATTRIBUTE_PACKED mx32_struct_statfs64;
     21 #define MPERS_mx32_struct_statfs64 mx32_struct_statfs64
     22