Ben Dooks | edb5a98 | 2008-06-30 22:40:29 +0100 | [diff] [blame] | 1 | #ifndef _ARCH_MCI_H |
2 | #define _ARCH_MCI_H | ||||
3 | |||||
4 | struct s3c24xx_mci_pdata { | ||||
Ben Dooks | cf0984c | 2008-06-30 22:40:30 +0100 | [diff] [blame] | 5 | unsigned int wprotect_invert : 1; |
6 | |||||
Ben Dooks | edb5a98 | 2008-06-30 22:40:29 +0100 | [diff] [blame] | 7 | unsigned int gpio_detect; |
8 | unsigned int gpio_wprotect; | ||||
9 | unsigned long ocr_avail; | ||||
10 | void (*set_power)(unsigned char power_mode, | ||||
11 | unsigned short vdd); | ||||
12 | }; | ||||
13 | |||||
14 | #endif /* _ARCH_NCI_H */ |