mmc: sdhci: Add pre and post reset processing for chip specific reset
[cascardo/linux.git] / drivers / mmc / host / sdhci.h
index 85750a9..c6e25a7 100644 (file)
@@ -229,6 +229,8 @@ struct sdhci_ops {
        void (*platform_send_init_74_clocks)(struct sdhci_host *host,
                                             u8 power_mode);
        unsigned int    (*get_ro)(struct sdhci_host *host);
+       void    (*platform_reset_enter)(struct sdhci_host *host, u8 mask);
+       void    (*platform_reset_exit)(struct sdhci_host *host, u8 mask);
 };
 
 #ifdef CONFIG_MMC_SDHCI_IO_ACCESSORS