]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/mmc/host/sdhci-pltfm.h
mmc: sdhci-pltfm: Add structure for host-specific data
[net-next-2.6.git] / drivers / mmc / host / sdhci-pltfm.h
index 900f32902f7309098775d152adbbb8cfcb40ac21..93a031973f62888acb2d7a133f578cf1a07376cd 100644 (file)
 #ifndef _DRIVERS_MMC_SDHCI_PLTFM_H
 #define _DRIVERS_MMC_SDHCI_PLTFM_H
 
+#include <linux/clk.h>
+#include <linux/types.h>
 #include <linux/sdhci-pltfm.h>
 
+struct sdhci_pltfm_host {
+       struct clk *clk;
+       u32 scratchpad; /* to handle quirks across io-accessor calls */
+};
+
 extern struct sdhci_pltfm_data sdhci_cns3xxx_pdata;
 
 #endif /* _DRIVERS_MMC_SDHCI_PLTFM_H */