Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / include / linux / root_dev.h
index ea4bc9d..c7097d3 100644 (file)
@@ -14,6 +14,9 @@ enum {
        Root_SDA2 = MKDEV(SCSI_DISK0_MAJOR, 2),
        Root_HDC1 = MKDEV(IDE1_MAJOR, 1),
        Root_SR0 = MKDEV(SCSI_CDROM_MAJOR, 0),
+#ifdef CONFIG_MAMBO_DISK
+       Root_Mambo = MKDEV(112, 0),
+#endif
 };
 
 extern dev_t ROOT_DEV;