Home | History | Annotate | Download | only in mpers-mx32
      1 #include <inttypes.h>
      2 typedef uint32_t mpers_ptr_t;
      3 typedef
      4 struct {
      5 char req_state;
      6 char orphan;
      7 char sg_io_owned;
      8 char problem;
      9 int32_t pack_id;
     10 mpers_ptr_t usr_ptr;
     11 uint32_t duration;
     12 int32_t unused;
     13 } ATTRIBUTE_PACKED mx32_struct_sg_req_info;
     14 #define MPERS_mx32_struct_sg_req_info mx32_struct_sg_req_info
     15