diff options
Diffstat (limited to 'include/linux/major.h')
-rw-r--r-- | include/linux/major.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/include/linux/major.h b/include/linux/major.h index 2eaa1741d..fc6e616ac 100644 --- a/include/linux/major.h +++ b/include/linux/major.h @@ -83,6 +83,8 @@ #define IDE4_MAJOR 56 #define IDE5_MAJOR 57 +#define LVM_BLK_MAJOR 58 /* Logical Volume Manager */ + #define SCSI_DISK1_MAJOR 65 #define SCSI_DISK2_MAJOR 66 #define SCSI_DISK3_MAJOR 67 @@ -92,8 +94,6 @@ #define SCSI_DISK7_MAJOR 71 -#define LVM_BLK_MAJOR 58 /* Logical Volume Manager */ - #define COMPAQ_SMART2_MAJOR 72 #define COMPAQ_SMART2_MAJOR1 73 #define COMPAQ_SMART2_MAJOR2 74 @@ -103,15 +103,11 @@ #define COMPAQ_SMART2_MAJOR6 78 #define COMPAQ_SMART2_MAJOR7 79 -#define LVM_BLK_MAJOR 58 /* Logical Volume Manager */ - #define SPECIALIX_NORMAL_MAJOR 75 #define SPECIALIX_CALLOUT_MAJOR 76 #define DASD_MAJOR 94 /* Official assignations from Peter */ -#define LVM_CHAR_MAJOR 109 /* Logical Volume Manager */ - #define MDISK_MAJOR 95 /* Official assignations from Peter */ #define I2O_MAJOR 80 /* 80->87 */ @@ -125,6 +121,8 @@ #define PHONE_MAJOR 100 +#define LVM_CHAR_MAJOR 109 /* Logical Volume Manager */ + #define RTF_MAJOR 150 #define RAW_MAJOR 162 |