blob: 5be2c1449c6dc2d650f10719be71cd9a95f49fa7 [file] [log] [blame]
Ben Dooksedb5a982008-06-30 22:40:29 +01001#ifndef _ARCH_MCI_H
2#define _ARCH_MCI_H
3
4struct 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 */