patch-2.4.20 linux-2.4.20/include/asm-ppc/i8259.h

Next file: linux-2.4.20/include/asm-ppc/irq.h
Previous file: linux-2.4.20/include/asm-ppc/hw_irq.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-ppc/i8259.h linux-2.4.20/include/asm-ppc/i8259.h
@@ -0,0 +1,16 @@
+/*
+ * BK Id: %F% %I% %G% %U% %#%
+ */
+
+#ifndef _PPC_KERNEL_i8259_H
+#define _PPC_KERNEL_i8259_H
+
+#include <linux/irq.h>
+
+extern struct hw_interrupt_type i8259_pic;
+
+void i8259_init(unsigned long int_ack);
+int i8259_irq(struct pt_regs *regs);
+int i8259_poll(struct pt_regs *regs);
+
+#endif /* _PPC_KERNEL_i8259_H */

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