mlock: revert mainline handling of mlock error return
[linux-2.6/mini2440.git] / include / asm-arm / plat-s3c24xx / mci.h
blob2d0852ac3b272d57a66271ce4edee234ccb53e96
1 #ifndef _ARCH_MCI_H
2 #define _ARCH_MCI_H
4 struct s3c24xx_mci_pdata {
5 unsigned int wprotect_invert : 1;
6 unsigned int detect_invert : 1; /* set => detect active high. */
8 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);
15 #endif /* _ARCH_NCI_H */