Home | History | Annotate | Download | only in mpers-mx32
      1 #include <inttypes.h>
      2 typedef uint32_t mpers_ptr_t;
      3 typedef
      4 struct {
      5 int32_t op;
      6 int32_t flags;
      7 int32_t datalen;
      8 mpers_ptr_t data;
      9 } ATTRIBUTE_PACKED mx32_struct_blkpg_ioctl_arg;
     10 #define MPERS_mx32_struct_blkpg_ioctl_arg mx32_struct_blkpg_ioctl_arg
     11