]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/mmc.h
mmc: read the high capacity WP group size for eMMC
[karo-tx-uboot.git] / include / mmc.h
index 6c8bbfc952b4184349010c29a9391cc7c204bcb8..bcaf9f012f0891d664eb7632a530b5c97c9760a4 100644 (file)
@@ -316,6 +316,7 @@ struct mmc {
        uint read_bl_len;
        uint write_bl_len;
        uint erase_grp_size;    /* in 512-byte sectors */
+       uint hc_wp_grp_size;    /* in 512-byte sectors */
        u64 capacity;
        u64 capacity_user;
        u64 capacity_boot;