]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/sdhci.h
mmc: Split mmc struct, rework mmc initialization (v2)
[people/ms/u-boot.git] / include / sdhci.h
index 74d06ae18a229ff7182249815ba53ec17cdfb166..2c480d07bfe438f89de75703bd5b71393f6e43ee 100644 (file)
@@ -247,6 +247,8 @@ struct sdhci_host {
        void (*set_control_reg)(struct sdhci_host *host);
        void (*set_clock)(int dev_index, unsigned int div);
        uint    voltages;
+
+       struct mmc_config cfg;
 };
 
 #ifdef CONFIG_MMC_SDHCI_IO_ACCESSORS