[PATCH] Kobject: possible cleanups
[linux-2.6/sactl.git] / include / asm-powerpc / i8259.h
blob0392159e16e4f9cbd3b1c99519a858bf505755e8
1 #ifndef _ASM_POWERPC_I8259_H
2 #define _ASM_POWERPC_I8259_H
3 #ifdef __KERNEL__
5 #include <linux/irq.h>
7 extern struct hw_interrupt_type i8259_pic;
9 extern void i8259_init(unsigned long intack_addr, int offset);
10 extern int i8259_irq(struct pt_regs *regs);
11 extern int i8259_irq_cascade(struct pt_regs *regs, void *unused);
13 #endif /* __KERNEL__ */
14 #endif /* _ASM_POWERPC_I8259_H */