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 lo_number;
      6 uint32_t lo_device;
      7 uint32_t lo_inode;
      8 uint32_t lo_rdevice;
      9 int32_t lo_offset;
     10 int32_t lo_encrypt_type;
     11 int32_t lo_encrypt_key_size;
     12 int32_t lo_flags;
     13 char lo_name[64];
     14 unsigned char lo_encrypt_key[32];
     15 uint32_t lo_init[2];
     16 char reserved[4];
     17 } ATTRIBUTE_PACKED mx32_struct_loop_info;
     18 #define MPERS_mx32_struct_loop_info mx32_struct_loop_info
     19