More Makefile cleanups, otherwise mainly noticeable are the netfilter fix
[davej-history.git] / arch / ppc / kernel / ppc8260_pic.h
blobb073dbe6b51c0a751524ffaa30c8497fbd3c9124
2 #ifndef _PPC_KERNEL_PPC8260_H
3 #define _PPC_KERNEL_PPC8260_H
5 #include "local_irq.h"
7 extern struct hw_interrupt_type ppc8260_pic;
9 void m8260_pic_init(void);
10 void m8260_do_IRQ(struct pt_regs *regs,
11 int cpu,
12 int isfake);
13 int m8260_get_irq(struct pt_regs *regs);
15 #endif /* _PPC_KERNEL_PPC8260_H */