diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/plat-s3c24xx/mci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/plat-s3c24xx/mci.h b/include/asm-arm/plat-s3c24xx/mci.h index 5be2c1449c6d..4f4ccd18f0cb 100644 --- a/include/asm-arm/plat-s3c24xx/mci.h +++ b/include/asm-arm/plat-s3c24xx/mci.h | |||
@@ -2,6 +2,8 @@ | |||
2 | #define _ARCH_MCI_H | 2 | #define _ARCH_MCI_H |
3 | 3 | ||
4 | struct s3c24xx_mci_pdata { | 4 | struct s3c24xx_mci_pdata { |
5 | unsigned int wprotect_invert : 1; | ||
6 | |||
5 | unsigned int gpio_detect; | 7 | unsigned int gpio_detect; |
6 | unsigned int gpio_wprotect; | 8 | unsigned int gpio_wprotect; |
7 | unsigned long ocr_avail; | 9 | unsigned long ocr_avail; |