Move SUB_PER_DRIVE definition into minix/drvlib.h
Change-Id: Id25761085ce1868955da34d8e530e170448ea154
This commit is contained in:
@@ -8,6 +8,7 @@ void partition(struct blockdriver *bdr, int device, int style, int
|
||||
atapi);
|
||||
|
||||
#define DEV_PER_DRIVE (1 + NR_PARTITIONS)
|
||||
#define SUB_PER_DRIVE (NR_PARTITIONS * NR_PARTITIONS)
|
||||
#define MINOR_t0 64
|
||||
#define MINOR_r0 120
|
||||
#define MINOR_d0p0s0 128
|
||||
|
||||
Reference in New Issue
Block a user