]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/asm-arm/plat-s3c24xx/mci.h
MMC: S3C24XX: Add platform data for MMC/SD driver
[linux-2.6-omap-h63xx.git] / include / asm-arm / plat-s3c24xx / mci.h
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 */