aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/tmio_mmc.h')
-rw-r--r--drivers/mmc/host/tmio_mmc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/tmio_mmc.h b/drivers/mmc/host/tmio_mmc.h
index 28234ec5caa3..263256c897ed 100644
--- a/drivers/mmc/host/tmio_mmc.h
+++ b/drivers/mmc/host/tmio_mmc.h
@@ -98,6 +98,8 @@ struct tmio_mmc_host {
98 int (*write16_hook)(struct tmio_mmc_host *host, int addr); 98 int (*write16_hook)(struct tmio_mmc_host *host, int addr);
99 int (*clk_enable)(struct platform_device *pdev, unsigned int *f); 99 int (*clk_enable)(struct platform_device *pdev, unsigned int *f);
100 void (*clk_disable)(struct platform_device *pdev); 100 void (*clk_disable)(struct platform_device *pdev);
101 int (*multi_io_quirk)(struct mmc_card *card,
102 unsigned int direction, int blk_size);
101}; 103};
102 104
103struct tmio_mmc_host *tmio_mmc_host_alloc(struct platform_device *pdev); 105struct tmio_mmc_host *tmio_mmc_host_alloc(struct platform_device *pdev);