Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
ioctl.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Data Structures

struct  mmc_ioc_cmd
 

Macros

#define mmc_ioc_cmd_set_data(ic, ptr)   ic.data_ptr = (__u64)(unsigned long) ptr
 
#define MMC_IOC_CMD   _IOWR(MMC_BLOCK_MAJOR, 0, struct mmc_ioc_cmd)
 
#define MMC_IOC_MAX_BYTES   (512L * 256)
 

Macro Definition Documentation

#define MMC_IOC_CMD   _IOWR(MMC_BLOCK_MAJOR, 0, struct mmc_ioc_cmd)

Definition at line 48 of file ioctl.h.

#define mmc_ioc_cmd_set_data (   ic,
  ptr 
)    ic.data_ptr = (__u64)(unsigned long) ptr

Definition at line 46 of file ioctl.h.

#define MMC_IOC_MAX_BYTES   (512L * 256)

Definition at line 56 of file ioctl.h.