[PATCH] Kprobes: Track kprobe on a per_cpu basis - i386 changes
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-powerpc / i8259.h
blobfc4bfee124d7016689b785becfc741f5ae55e60e
1 #ifndef _ASM_POWERPC_I8259_H
2 #define _ASM_POWERPC_I8259_H
4 #include <linux/irq.h>
6 extern struct hw_interrupt_type i8259_pic;
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);
12 #endif /* _ASM_POWERPC_I8259_H */