initial commit with v2.6.32.60
[linux-2.6.32.60-moxart.git] / arch / arm / plat-s3c24xx / include / plat / mci.h
blobc2cef6139683e6c5c68096272feba6fe8f6ee417
1 #ifndef _ARCH_MCI_H
2 #define _ARCH_MCI_H
4 struct s3c24xx_mci_pdata {
5 unsigned int no_wprotect : 1;
6 unsigned int no_detect : 1;
7 unsigned int wprotect_invert : 1;
8 unsigned int detect_invert : 1; /* set => detect active high. */
9 unsigned int use_dma : 1;
11 unsigned int gpio_detect;
12 unsigned int gpio_wprotect;
13 unsigned long ocr_avail;
14 void (*set_power)(unsigned char power_mode,
15 unsigned short vdd);
18 #endif /* _ARCH_NCI_H */