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 { | ||||
5 | unsigned int gpio_detect; | ||||
6 | unsigned int gpio_wprotect; | ||||
7 | unsigned long ocr_avail; | ||||
8 | void (*set_power)(unsigned char power_mode, | ||||
9 | unsigned short vdd); | ||||
10 | }; | ||||
11 | |||||
12 | #endif /* _ARCH_NCI_H */ |