Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
[powerpc.git] / arch / powerpc / sysdev / mpc8xx_pic.h
1 #ifndef _PPC_KERNEL_MPC8xx_H
2 #define _PPC_KERNEL_MPC8xx_H
3
4 #include <linux/irq.h>
5 #include <linux/interrupt.h>
6
7 extern struct hw_interrupt_type mpc8xx_pic;
8
9 int mpc8xx_pic_init(void);
10 unsigned int mpc8xx_get_irq(void);
11
12 #endif /* _PPC_KERNEL_PPC8xx_H */