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 tms_utime;
      6 int64_t tms_stime;
      7 int64_t tms_cutime;
      8 int64_t tms_cstime;
      9 } ATTRIBUTE_PACKED mx32_tms_t;
     10 #define MPERS_mx32_tms_t mx32_tms_t
     11