patch-2.4.26 linux-2.4.26/arch/ppc/kernel/cpm2_pic.h

Next file: linux-2.4.26/arch/ppc/kernel/cputable.c
Previous file: linux-2.4.26/arch/ppc/kernel/cpm2_pic.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.25/arch/ppc/kernel/cpm2_pic.h linux-2.4.26/arch/ppc/kernel/cpm2_pic.h
@@ -0,0 +1,13 @@
+#ifndef _PPC_KERNEL_CPM2_H
+#define _PPC_KERNEL_CPM2_H
+
+#include <linux/irq.h>
+
+extern struct hw_interrupt_type cpm2_pic;
+
+void cpm2_pic_init(void);
+void cpm2_do_IRQ(struct pt_regs *regs,
+                 int            cpu);
+int cpm2_get_irq(struct pt_regs *regs);
+
+#endif /* _PPC_KERNEL_CPM2_H */

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