]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/dwmmc.h
ARM: AM43xx: Adapt to ti_armv7_common.h config file
[karo-tx-uboot.git] / include / dwmmc.h
index 6c91143e96e37b5dd45594087fceaa277057e70d..a02dd67c1370f05cdc5b6571d2070ec5dc0e66cb 100644 (file)
@@ -141,6 +141,7 @@ struct dwmci_host {
        struct mmc *mmc;
 
        void (*clksel)(struct dwmci_host *host);
+       void (*board_init)(struct dwmci_host *host);
        unsigned int (*get_mmc_clk)(int dev_index);
 };