]> git.sur5r.net Git - u-boot/blobdiff - include/part.h
mmc: store hwpart in the block device
[u-boot] / include / part.h
index 8396ed178eead1f367ccfae281d2d015257b2b24..4d00e220e4c8867c6312044c05a497ec77aaf262 100644 (file)
@@ -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