diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
commit | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch) | |
tree | 40b1cb534496a7f1ca0f5c314a523c69f1fee464 /include/linux/major.h | |
parent | 7206675c40394c78a90e74812bbdbf8cf3cca1be (diff) |
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'include/linux/major.h')
-rw-r--r-- | include/linux/major.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/major.h b/include/linux/major.h index 396b33a02..ee58c06f0 100644 --- a/include/linux/major.h +++ b/include/linux/major.h @@ -62,13 +62,14 @@ #define IDE2_MAJOR 33 #define IDE3_MAJOR 34 #define NETLINK_MAJOR 36 +#define PS2ESDI_MAJOR 36 #define IDETAPE_MAJOR 37 #define Z2RAM_MAJOR 37 +#define APBLOCK_MAJOR 38 /* AP1000 Block device */ +#define DDV_MAJOR 39 /* AP1000 DDV block device */ #define RISCOM8_NORMAL_MAJOR 48 #define RISCOM8_CALLOUT_MAJOR 49 #define MKISS_MAJOR 55 -#define APBLOCK_MAJOR 60 /* AP1000 Block device */ -#define DDV_MAJOR 61 /* AP1000 DDV block device */ /* * Tests for SCSI devices. |