X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fsdhci.h;h=aa4a0e9654dd6262839aec65df1d8fab08e16076;hb=7731745c139a4e8591cde93174c1be3277f0b94b;hp=32e04f53b54780a21f0a0b42197a6a04552562c9;hpb=63f347ec4ca94e3b57c6c719e4acaec81b61dc7a;p=karo-tx-uboot.git diff --git a/include/sdhci.h b/include/sdhci.h index 32e04f53b5..aa4a0e9654 100644 --- a/include/sdhci.h +++ b/include/sdhci.h @@ -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