Go to the documentation of this file. 1 #ifndef LINUX_MMC_IOCTL_H
2 #define LINUX_MMC_IOCTL_H
4 #include <linux/types.h>
46 #define mmc_ioc_cmd_set_data(ic, ptr) ic.data_ptr = (__u64)(unsigned long) ptr
48 #define MMC_IOC_CMD _IOWR(MMC_BLOCK_MAJOR, 0, struct mmc_ioc_cmd)
56 #define MMC_IOC_MAX_BYTES (512L * 256)