diff options
Diffstat (limited to 'include/linux/mmc/card.h')
-rw-r--r-- | include/linux/mmc/card.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h index 937f852cf01..0c7a58b1434 100644 --- a/include/linux/mmc/card.h +++ b/include/linux/mmc/card.h | |||
@@ -48,7 +48,8 @@ struct mmc_ext_csd { | |||
48 | u8 sec_feature_support; | 48 | u8 sec_feature_support; |
49 | u8 rel_sectors; | 49 | u8 rel_sectors; |
50 | u8 rel_param; | 50 | u8 rel_param; |
51 | u8 bootconfig; | 51 | u8 part_config; |
52 | unsigned int part_time; /* Units: ms */ | ||
52 | unsigned int sa_timeout; /* Units: 100ns */ | 53 | unsigned int sa_timeout; /* Units: 100ns */ |
53 | unsigned int hs_max_dtr; | 54 | unsigned int hs_max_dtr; |
54 | unsigned int sectors; | 55 | unsigned int sectors; |
@@ -61,6 +62,7 @@ struct mmc_ext_csd { | |||
61 | bool enhanced_area_en; /* enable bit */ | 62 | bool enhanced_area_en; /* enable bit */ |
62 | unsigned long long enhanced_area_offset; /* Units: Byte */ | 63 | unsigned long long enhanced_area_offset; /* Units: Byte */ |
63 | unsigned int enhanced_area_size; /* Units: KB */ | 64 | unsigned int enhanced_area_size; /* Units: KB */ |
65 | unsigned int boot_size; /* in bytes */ | ||
64 | }; | 66 | }; |
65 | 67 | ||
66 | struct sd_scr { | 68 | struct sd_scr { |