blob: 2d0852ac3b272d57a66271ce4edee234ccb53e96 [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;
Ben Dooks50a84572008-06-30 22:40:36 +01006 unsigned int detect_invert : 1; /* set => detect active high. */
Ben Dookscf0984c2008-06-30 22:40:30 +01007
Ben Dooksedb5a982008-06-30 22:40:29 +01008 unsigned int gpio_detect;
9 unsigned int gpio_wprotect;
10 unsigned long ocr_avail;
11 void (*set_power)(unsigned char power_mode,
12 unsigned short vdd);
13};
14
15#endif /* _ARCH_NCI_H */