Move SUB_PER_DRIVE definition into minix/drvlib.h

Change-Id: Id25761085ce1868955da34d8e530e170448ea154
This commit is contained in:
David van Moolenbroek
2013-07-28 14:03:07 +02:00
committed by Lionel Sambuc
parent 5c53b417cd
commit a1f00d5527
5 changed files with 2 additions and 5 deletions

View File

@@ -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