diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mmc.h | 1 | ||||
-rw-r--r-- | include/part.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/mmc.h b/include/mmc.h index 9254b716b9..465daeb085 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -364,7 +364,6 @@ struct mmc { u8 part_attr; u8 wr_rel_set; char part_config; - char part_num; uint tran_speed; uint read_bl_len; uint write_bl_len; diff --git a/include/part.h b/include/part.h index 8396ed178e..4d00e220e4 100644 --- a/include/part.h +++ b/include/part.h @@ -18,6 +18,7 @@ struct block_dev_desc { unsigned char part_type; /* partition type */ unsigned char target; /* target SCSI ID */ unsigned char lun; /* target LUN */ + unsigned char hwpart; /* HW partition, e.g. for eMMC */ unsigned char type; /* device type */ unsigned char removable; /* removable device */ #ifdef CONFIG_LBA48 |