patch-2.2.14 linux/include/asm-s390/irq.h

Next file: linux/include/asm-s390/irqextras390.h
Previous file: linux/include/asm-s390/ipc.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.13/linux/include/asm-s390/irq.h linux/include/asm-s390/irq.h
@@ -0,0 +1,24 @@
+/*
+ *  include/asm-s390/irq.h
+ *
+ *  S390 version
+ *    Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation
+ *
+ *  Derived from "include/asm-i386/irq.h"
+ *    Copyright (C) 1992, 1993 Linus Torvalds, (C) 1997 Ingo Molnar
+ */
+
+#ifndef _ASM_IRQ_H
+#define _ASM_IRQ_H
+
+#define TIMER_IRQ 0x1005
+
+/*
+ * How many IRQ's for S390 ?!?
+ */
+#define NR_IRQS 1024
+
+extern int disable_irq(unsigned int);
+extern int enable_irq(unsigned int);
+
+#endif /* _ASM_IRQ_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)