Home | History | Annotate | Download | only in mpers-mx32
      1 #include <inttypes.h>
      2 typedef uint32_t mpers_ptr_t;
      3 typedef
      4 struct {
      5 int64_t actime;
      6 int64_t modtime;
      7 } ATTRIBUTE_PACKED mx32_utimbuf_t;
      8 #define MPERS_mx32_utimbuf_t mx32_utimbuf_t
      9