ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / arch / ppc / syslib / ppc8260_pic.h
1 #ifndef _PPC_KERNEL_PPC8260_H
2 #define _PPC_KERNEL_PPC8260_H
3
4 #include <linux/irq.h>
5
6 extern struct hw_interrupt_type ppc8260_pic;
7
8 void m8260_pic_init(void);
9 void m8260_do_IRQ(struct pt_regs *regs,
10                  int            cpu);
11 int m8260_get_irq(struct pt_regs *regs);
12
13 #endif /* _PPC_KERNEL_PPC8260_H */