9521ad47740f192f83f7f5b1e77b62cc2aea9632
[pandora-kernel.git] / include / asm-powerpc / i8259.h
1 #ifndef _ASM_POWERPC_I8259_H
2 #define _ASM_POWERPC_I8259_H
3
4 #include <linux/irq.h>
5
6 extern struct hw_interrupt_type i8259_pic;
7
8 extern void i8259_init(long intack_addr);
9 extern int i8259_irq(struct pt_regs *regs);
10
11 #endif /* _ASM_POWERPC_I8259_H */