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 87b11112b8..22da604482 100644 --- a/include/part.h +++ b/include/part.h @@ -49,6 +49,7 @@ struct block_drvr { #define PART_NAME_LEN 32 #define PART_TYPE_LEN 32 +#define MAX_SEARCH_PARTITIONS 64 typedef struct disk_partition { lbaint_t start; /* # of first block in partition */ |