- Linus: drop support for old-style Makefiles entirely. Big.
[davej-history.git] / arch / ppc / kernel / pmac_pic.h
blobe2ad2063889d10cbcdda1c00fc9bb481f52d4fe9
1 #ifndef _PPC_KERNEL_PMAC_PIC_H
2 #define _PPC_KERNEL_PMAC_PIC_H
4 #include "local_irq.h"
6 extern struct hw_interrupt_type pmac_pic;
8 void pmac_pic_init(void);
9 int pmac_get_irq(struct pt_regs *regs);
10 void pmac_post_irq(int);
12 #endif /* _PPC_KERNEL_PMAC_PIC_H */