]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/sdhci.h
Merge branch 'u-boot/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / include / sdhci.h
index 32e04f53b54780a21f0a0b42197a6a04552562c9..aa4a0e9654dd6262839aec65df1d8fab08e16076 100644 (file)
@@ -252,6 +252,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