X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fdwmmc.h;h=86a54918f90fb6af8632f3af7da36595e0111fb0;hb=cc08ea4cff827f0929744d8d0134422e01c1f2b5;hp=109f7c8ac7f7e677c5357b7ab3bbf55d984a1859;hpb=77fa164839048609e0379f4f2f276a5d6892a0eb;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);