]> git.sur5r.net Git - u-boot/blobdiff - include/part.h
ARM: zynq: Remove ZYNQ_BOOT_FREEBSD option
[u-boot] / include / part.h
index 8396ed178eead1f367ccfae281d2d015257b2b24..dc23949ae8c079ddf05f9e50b6ab51f5bcd7b52a 100644 (file)
 #include <ide.h>
 #include <common.h>
 
-typedef struct block_dev_desc block_dev_desc_t;
-
 struct block_dev_desc {
        int             if_type;        /* type of the interface */
        int             dev;            /* device number */
        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