summaryrefslogtreecommitdiff
path: root/include/asm-arm/plat-s3c24xx/mci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/plat-s3c24xx/mci.h')
-rw-r--r--include/asm-arm/plat-s3c24xx/mci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/plat-s3c24xx/mci.h b/include/asm-arm/plat-s3c24xx/mci.h
index 2d0852ac3b27..3f333e83cb3b 100644
--- a/include/asm-arm/plat-s3c24xx/mci.h
+++ b/include/asm-arm/plat-s3c24xx/mci.h
@@ -10,6 +10,9 @@ struct s3c24xx_mci_pdata {
unsigned long ocr_avail;
void (*set_power)(unsigned char power_mode,
unsigned short vdd);
+
+ /* Enable/Disable the DMA-support (Luis Galdos) */
+ int dma_enable;
};
#endif /* _ARCH_NCI_H */