]> err.no Git - linux-2.6/blob - include/asm-powerpc/i8259.h
ff31cb90325ff814910cd52f028ae6670ebc1710
[linux-2.6] / include / asm-powerpc / i8259.h
1 #ifndef _ASM_POWERPC_I8259_H
2 #define _ASM_POWERPC_I8259_H
3 #ifdef __KERNEL__
4
5 #include <linux/irq.h>
6
7 extern void i8259_init(unsigned long intack_addr, int offset);
8 extern int i8259_irq(struct pt_regs *regs);
9
10 #endif /* __KERNEL__ */
11 #endif /* _ASM_POWERPC_I8259_H */