diff options
Diffstat (limited to 'drivers/mmc/host/sdhci.h')
-rw-r--r-- | drivers/mmc/host/sdhci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h index 85750a94c61..c6e25a76d26 100644 --- a/drivers/mmc/host/sdhci.h +++ b/drivers/mmc/host/sdhci.h | |||
@@ -229,6 +229,8 @@ struct sdhci_ops { | |||
229 | void (*platform_send_init_74_clocks)(struct sdhci_host *host, | 229 | void (*platform_send_init_74_clocks)(struct sdhci_host *host, |
230 | u8 power_mode); | 230 | u8 power_mode); |
231 | unsigned int (*get_ro)(struct sdhci_host *host); | 231 | unsigned int (*get_ro)(struct sdhci_host *host); |
232 | void (*platform_reset_enter)(struct sdhci_host *host, u8 mask); | ||
233 | void (*platform_reset_exit)(struct sdhci_host *host, u8 mask); | ||
232 | }; | 234 | }; |
233 | 235 | ||
234 | #ifdef CONFIG_MMC_SDHCI_IO_ACCESSORS | 236 | #ifdef CONFIG_MMC_SDHCI_IO_ACCESSORS |