aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac/pic.h
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-10 22:13:53 +1000
committerPaul Mackerras <paulus@samba.org>2005-10-10 22:13:53 +1000
commitf6d57916db2009bd7e220472200cd131fc010d64 (patch)
tree2a8fc645864920c45e2cd12dc5cf88a09da6aebb /arch/powerpc/platforms/powermac/pic.h
parentppc64: Use SPRN_ prefix for special purpose register names (diff)
downloadlinux-dev-f6d57916db2009bd7e220472200cd131fc010d64.tar.xz
linux-dev-f6d57916db2009bd7e220472200cd131fc010d64.zip
powerpc: rename powermac files to remove pmac_ prefix
Since the files are now in arch/powerpc/platforms/powermac, the pmac_ prefix that they had is redundant. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/powermac/pic.h')
-rw-r--r--arch/powerpc/platforms/powermac/pic.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/powermac/pic.h b/arch/powerpc/platforms/powermac/pic.h
new file mode 100644
index 000000000000..664103dfeef9
--- /dev/null
+++ b/arch/powerpc/platforms/powermac/pic.h
@@ -0,0 +1,11 @@
+#ifndef __PPC_PLATFORMS_PMAC_PIC_H
+#define __PPC_PLATFORMS_PMAC_PIC_H
+
+#include <linux/irq.h>
+
+extern struct hw_interrupt_type pmac_pic;
+
+void pmac_pic_init(void);
+int pmac_get_irq(struct pt_regs *regs);
+
+#endif /* __PPC_PLATFORMS_PMAC_PIC_H */