diff options
Diffstat (limited to 'libc/kernel/uapi/linux/mmc/ioctl.h')
-rw-r--r-- | libc/kernel/uapi/linux/mmc/ioctl.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/libc/kernel/uapi/linux/mmc/ioctl.h b/libc/kernel/uapi/linux/mmc/ioctl.h index 1bd020466..761f1d7ef 100644 --- a/libc/kernel/uapi/linux/mmc/ioctl.h +++ b/libc/kernel/uapi/linux/mmc/ioctl.h @@ -21,25 +21,25 @@ #include <linux/types.h> struct mmc_ioc_cmd { /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - int write_flag; - int is_acmd; - __u32 opcode; - __u32 arg; + int write_flag; + int is_acmd; + __u32 opcode; + __u32 arg; /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - __u32 response[4]; - unsigned int flags; - unsigned int blksz; - unsigned int blocks; + __u32 response[4]; + unsigned int flags; + unsigned int blksz; + unsigned int blocks; /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - unsigned int postsleep_min_us; - unsigned int postsleep_max_us; - unsigned int data_timeout_ns; - unsigned int cmd_timeout_ms; + unsigned int postsleep_min_us; + unsigned int postsleep_max_us; + unsigned int data_timeout_ns; + unsigned int cmd_timeout_ms; /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - __u32 __pad; - __u64 data_ptr; + __u32 __pad; + __u64 data_ptr; }; -#define mmc_ioc_cmd_set_data(ic, ptr) ic.data_ptr = (__u64)(unsigned long) ptr +#define mmc_ioc_cmd_set_data(ic,ptr) ic.data_ptr = (__u64) (unsigned long) ptr /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ #define MMC_IOC_CMD _IOWR(MMC_BLOCK_MAJOR, 0, struct mmc_ioc_cmd) #define MMC_IOC_MAX_BYTES (512L * 256) |