blob: f2d5a6d56ce283e612a189305ee79ee558d721b9 [file] [log] [blame]
#include <inttypes.h>
typedef uint32_t mpers_ptr_t;
typedef
struct {
char req_state;
char orphan;
char sg_io_owned;
char problem;
int32_t pack_id;
mpers_ptr_t usr_ptr;
uint32_t duration;
int32_t unused;
} ATTRIBUTE_PACKED m32_struct_sg_req_info;
#define MPERS_m32_struct_sg_req_info m32_struct_sg_req_info