sh: prepare the SDHI MFD driver to pass DMA configuration to tmio_mmc.c
[safe/jmp/linux-2.6] / include / linux / mfd / sh_mobile_sdhi.h
index 3bcd716..c305461 100644 (file)
@@ -2,6 +2,8 @@
 #define __SH_MOBILE_SDHI_H__
 
 struct sh_mobile_sdhi_info {
+       int dma_slave_tx;
+       int dma_slave_rx;
        void (*set_pwr)(struct platform_device *pdev, int state);
 };