]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/mmc.h
arm relocation: Fix calculation of board_init_r
[karo-tx-uboot.git] / include / mmc.h
index 74c0b1d0ee992a3e95411a24be62edf1a871aa01..fcd0fd1de572c2cf7a54fc0ad1a5414c38c0c549 100644 (file)
@@ -274,6 +274,9 @@ struct mmc {
                        struct mmc_cmd *cmd, struct mmc_data *data);
        void (*set_ios)(struct mmc *mmc);
        int (*init)(struct mmc *mmc);
+#ifdef CONFIG_MMC_MBLOCK
+       uint b_max;
+#endif
 };
 
 int mmc_register(struct mmc *mmc);