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
- Lines: 14
- Date:
2004-04-14 06:05:27.000000000 -0700
- Orig file:
linux-2.4.25/arch/ppc/kernel/cpm2_pic.h
- Orig date:
1969-12-31 16:00:00.000000000 -0800
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)