blob: 4f4ccd18f0cb97a294d8753c3a1209f319dc5e87 [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 {
Ben Dookscf0984c2008-06-30 22:40:30 +01005 unsigned int wprotect_invert : 1;
6
Ben Dooksedb5a982008-06-30 22:40:29 +01007 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 */