X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fdwmmc.h;h=86a54918f90fb6af8632f3af7da36595e0111fb0;hb=f643d9294f45487f22e8f33d6572530f17eff4e9;hp=109f7c8ac7f7e677c5357b7ab3bbf55d984a1859;hpb=04de09f89bbc647d5b72db3512d1af1475a13bbd;p=oweals%2Fu-boot.git diff --git a/include/dwmmc.h b/include/dwmmc.h index 109f7c8ac7..86a54918f9 100644 --- a/include/dwmmc.h +++ b/include/dwmmc.h @@ -141,9 +141,9 @@ struct dwmci_host { int dev_index; int dev_id; int buswidth; - u32 clksel_val; u32 fifoth_val; struct mmc *mmc; + void *priv; void (*clksel)(struct dwmci_host *host); void (*board_init)(struct dwmci_host *host);