|
@@ -294,6 +294,7 @@ struct sdhci_ops {
|
|
void (*platform_resume)(struct sdhci_host *host);
|
|
void (*platform_resume)(struct sdhci_host *host);
|
|
void (*adma_workaround)(struct sdhci_host *host, u32 intmask);
|
|
void (*adma_workaround)(struct sdhci_host *host, u32 intmask);
|
|
void (*platform_init)(struct sdhci_host *host);
|
|
void (*platform_init)(struct sdhci_host *host);
|
|
|
|
+ void (*card_event)(struct sdhci_host *host);
|
|
};
|
|
};
|
|
|
|
|
|
#ifdef CONFIG_MMC_SDHCI_IO_ACCESSORS
|
|
#ifdef CONFIG_MMC_SDHCI_IO_ACCESSORS
|