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 send_fd;
      6 uint64_t clone_sources_count;
      7 mpers_ptr_t clone_sources;
      8 unsigned char mpers_filler_1[4];
      9 uint64_t parent_root;
     10 uint64_t flags;
     11 uint64_t reserved[4];
     12 } ATTRIBUTE_PACKED mx32_struct_btrfs_ioctl_send_args;
     13 #define MPERS_mx32_struct_btrfs_ioctl_send_args mx32_struct_btrfs_ioctl_send_args
     14