X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fdwmmc.h;h=c9bdf51a6718fd7638f4168f324d6592bc63febb;hb=e7d4a88e69459547a46906dbe021ccc83c614361;hp=a02dd67c1370f05cdc5b6571d2070ec5dc0e66cb;hpb=e1e3de79515b95712a41f52c86a0181530f2fc03;p=oweals%2Fu-boot.git diff --git a/include/dwmmc.h b/include/dwmmc.h index a02dd67c13..c9bdf51a67 100644 --- a/include/dwmmc.h +++ b/include/dwmmc.h @@ -142,7 +142,9 @@ struct dwmci_host { void (*clksel)(struct dwmci_host *host); void (*board_init)(struct dwmci_host *host); - unsigned int (*get_mmc_clk)(int dev_index); + unsigned int (*get_mmc_clk)(struct dwmci_host *host); + + struct mmc_config cfg; }; struct dwmci_idmac {