diff options
Diffstat (limited to 'include/part.h')
| -rw-r--r-- | include/part.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/part.h b/include/part.h index 2f5a01dea..c24f90920 100644 --- a/include/part.h +++ b/include/part.h @@ -50,6 +50,7 @@ typedef struct block_dev_desc {  #define IF_TYPE_ATAPI		3  #define IF_TYPE_USB		4  #define IF_TYPE_DOC		5 +#define IF_TYPE_MMC		6  /* Part types */  #define	PART_TYPE_UNKNOWN	0x00 |