Merge branch 'topic/usb-audio' into for-linus
[pandora-kernel.git] / drivers / mmc / host / sdhci.h
index 831ddf7..c77e9ff 100644 (file)
@@ -302,6 +302,7 @@ struct sdhci_ops {
 
        int             (*enable_dma)(struct sdhci_host *host);
        unsigned int    (*get_max_clock)(struct sdhci_host *host);
+       unsigned int    (*get_min_clock)(struct sdhci_host *host);
        unsigned int    (*get_timeout_clock)(struct sdhci_host *host);
 };