]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - include/asm-powerpc/i8259.h
powerpc: fix iSeries build
[karo-tx-linux.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(unsigned long intack_addr, int offset);
9 extern int i8259_irq(struct pt_regs *regs);
10 extern int i8259_irq_cascade(struct pt_regs *regs, void *unused);
11
12 #endif /* _ASM_POWERPC_I8259_H */