Home | History | Annotate | Download | only in mpers-mx32
      1 #include <inttypes.h>
      2 typedef uint32_t mpers_ptr_t;
      3 typedef
      4 struct {
      5 uint64_t st_dev;
      6 uint64_t st_ino;
      7 uint64_t st_nlink;
      8 uint32_t st_mode;
      9 uint32_t st_uid;
     10 uint32_t st_gid;
     11 uint32_t pad0__;
     12 uint64_t st_rdev;
     13 int64_t st_size;
     14 int64_t st_blksize;
     15 int64_t st_blocks;
     16 uint64_t st_atime;
     17 uint64_t st_atime_nsec;
     18 uint64_t st_mtime;
     19 uint64_t st_mtime_nsec;
     20 uint64_t st_ctime;
     21 uint64_t st_ctime_nsec;
     22 int64_t pad1__[3];
     23 } ATTRIBUTE_PACKED mx32_struct_stat;
     24 #define MPERS_mx32_struct_stat mx32_struct_stat
     25