]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/mmc/host/sdhci.h
sdhci: Add get_{max,timeout}_clock callbacks
[linux-2.6-omap-h63xx.git] / drivers / mmc / host / sdhci.h
index 6980f2725b8592cdfe928474376f6d28afe8ec85..aab0652a4585e322f0112d9617fd80d7588acb5d 100644 (file)
@@ -285,6 +285,8 @@ struct sdhci_ops {
 #endif
 
        int             (*enable_dma)(struct sdhci_host *host);
+       unsigned int    (*get_max_clock)(struct sdhci_host *host);
+       unsigned int    (*get_timeout_clock)(struct sdhci_host *host);
 };
 
 #ifdef CONFIG_MMC_SDHCI_IO_ACCESSORS