VM: simplify slab allocator
[minix.git] / include / minix / drvlib.h
blobb2a71e381d5adb1fc629b8c80bdaa8c4ccfcdf9c
1 /* IBM device driver definitions Author: Kees J. Bot
2 * 7 Dec 1995
3 */
5 #include <machine/partition.h>
7 void partition(struct blockdriver *bdr, int device, int style, int
8 atapi);
10 #define DEV_PER_DRIVE (1 + NR_PARTITIONS)
11 #define MINOR_t0 64
12 #define MINOR_r0 120
13 #define MINOR_d0p0s0 128
14 #define MINOR_fd0p0 (28<<2)
15 #define P_FLOPPY 0
16 #define P_PRIMARY 1
17 #define P_SUB 2