aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/syslib/cpm2_pic.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/syslib/cpm2_pic.h')
-rw-r--r--arch/ppc/syslib/cpm2_pic.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/ppc/syslib/cpm2_pic.h b/arch/ppc/syslib/cpm2_pic.h
new file mode 100644
index 000000000000..97cab8f13a1a
--- /dev/null
+++ b/arch/ppc/syslib/cpm2_pic.h
@@ -0,0 +1,8 @@
+#ifndef _PPC_KERNEL_CPM2_H
+#define _PPC_KERNEL_CPM2_H
+
+extern int cpm2_get_irq(struct pt_regs *regs);
+
+extern void cpm2_init_IRQ(void);
+
+#endif /* _PPC_KERNEL_CPM2_H */