Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mmc-s3cmci.h
Go to the documentation of this file.
1 #ifndef _ARCH_MCI_H
2 #define _ARCH_MCI_H
3 
30  unsigned int no_wprotect:1;
31  unsigned int no_detect:1;
32  unsigned int wprotect_invert:1;
33  unsigned int detect_invert:1; /* set => detect active high */
34  unsigned int use_dma:1;
35 
36  unsigned int gpio_detect;
37  unsigned int gpio_wprotect;
38  unsigned long ocr_avail;
39  void (*set_power)(unsigned char power_mode,
40  unsigned short vdd);
41 };
42 
51 
52 #endif /* _ARCH_NCI_H */