diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-10 22:13:53 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-10 22:13:53 +1000 |
commit | f6d57916db2009bd7e220472200cd131fc010d64 (patch) | |
tree | 2a8fc645864920c45e2cd12dc5cf88a09da6aebb /arch/powerpc/platforms/powermac/pic.h | |
parent | c17e3325ba603642922219b19623764ba5280ad4 (diff) |
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.h | 11 |
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 00000000000..664103dfeef --- /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 */ |