| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _PPC_KERNEL_PPC8xx_H | 
|  | 2 | #define _PPC_KERNEL_PPC8xx_H | 
|  | 3 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | #include <linux/irq.h> | 
|  | 5 | #include <linux/interrupt.h> | 
|  | 6 |  | 
|  | 7 | extern struct hw_interrupt_type ppc8xx_pic; | 
|  | 8 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | void m8xx_do_IRQ(struct pt_regs *regs, | 
|  | 10 | int            cpu); | 
|  | 11 | int m8xx_get_irq(struct pt_regs *regs); | 
|  | 12 |  | 
|  | 13 | #ifdef CONFIG_MBX | 
|  | 14 | #include <asm/i8259.h> | 
|  | 15 | #include <asm/io.h> | 
|  | 16 | void mbx_i8259_action(int cpl, void *dev_id, struct pt_regs *regs); | 
|  | 17 | #endif | 
|  | 18 |  | 
|  | 19 | #endif /* _PPC_KERNEL_PPC8xx_H */ |