patch-1.3.70 linux/include/linux/interrupt.h

Next file: linux/include/linux/sched.h
Previous file: linux/include/linux/if_ether.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.69/linux/include/linux/interrupt.h linux/include/linux/interrupt.h
@@ -5,6 +5,16 @@
 #include <linux/kernel.h>
 #include <asm/bitops.h>
 
+struct irqaction {
+	void (*handler)(int, void *, struct pt_regs *);
+	unsigned long flags;
+	unsigned long mask;
+	const char *name;
+	void *dev_id;
+	struct irqaction *next;
+};
+
+
 struct bh_struct {
 	void (*routine)(void *);
 	void *data;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this