]> git.sur5r.net Git - u-boot/blobdiff - include/mmc.h
DaVinci DM6467: Enhance board Support
[u-boot] / 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);