This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-um / irq.h
index de389a4..bccf537 100644 (file)
@@ -15,8 +15,9 @@
 #define SIGIO_WRITE_IRQ        11
 #define TELNETD_IRQ            12
 #define XTERM_IRQ              13
-
-#define LAST_IRQ XTERM_IRQ
+#define HUMFS_IRQ              14
+#define LAST_IRQ HUMFS_IRQ
 #define NR_IRQS (LAST_IRQ + 1)
 
 #endif