patch-2.4.22 linux-2.4.22/include/asm-mips64/irq.h
Next file: linux-2.4.22/include/asm-mips64/keyboard.h
Previous file: linux-2.4.22/include/asm-mips64/ipc.h
Back to the patch index
Back to the overall index
-  Lines: 30
-  Date:
2003-08-25 04:44:44.000000000 -0700
-  Orig file: 
linux-2.4.21/include/asm-mips64/irq.h
-  Orig date: 
2002-11-28 15:53:15.000000000 -0800
diff -urN linux-2.4.21/include/asm-mips64/irq.h linux-2.4.22/include/asm-mips64/irq.h
@@ -12,6 +12,7 @@
 #define _ASM_IRQ_H
 
 #include <linux/config.h>
+#include <linux/linkage.h>
 #include <asm/sn/arch.h>
 
 #define NR_IRQS 256
@@ -42,18 +43,13 @@
 #define irq_cannonicalize(irq) (irq)	/* Sane hardware, sane code ... */
 #endif
 
-struct irqaction;
-extern int i8259_setup_irq(int irq, struct irqaction * new);
 extern void disable_irq(unsigned int);
-
-#ifdef CONFIG_NEW_IRQ
 extern void disable_irq_nosync(unsigned int);
-#else
-#define disable_irq_nosync	disable_irq
-#endif
-
 extern void enable_irq(unsigned int);
 
+struct pt_regs;
+extern asmlinkage unsigned int do_IRQ(int irq, struct pt_regs *regs);
+
 /* Machine specific interrupt initialization  */
 extern void (*irq_setup)(void);
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)