|
|
| File: [Development] / linux-2.6-xfs / include / asm-powerpc / Attic / i8259.h (download)
Revision 1.3, Fri Oct 13 17:03:09 2006 UTC (11 years ago) by tes.longdrop.melbourne.sgi.com
Merge up to 2.6.18 Merge of 2.6.x-xfs-melb:linux:27192b by kenmcd. |
#ifndef _ASM_POWERPC_I8259_H #define _ASM_POWERPC_I8259_H #ifdef __KERNEL__ #include <linux/irq.h> #ifdef CONFIG_PPC_MERGE extern void i8259_init(struct device_node *node, unsigned long intack_addr); extern unsigned int i8259_irq(struct pt_regs *regs); #else extern void i8259_init(unsigned long intack_addr, int offset); extern int i8259_irq(struct pt_regs *regs); #endif #endif /* __KERNEL__ */ #endif /* _ASM_POWERPC_I8259_H */