[POWERPC] Add new interrupt mapping core and change platforms to use it
[deliverable/linux.git] / include / asm-powerpc / i8259.h
index ff31cb90325ff814910cd52f028ae6670ebc1710..c80e113052cd3a3da7b3f0d1f065898de6428b78 100644 (file)
@@ -4,8 +4,13 @@
 
 #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 */
This page took 0.027178 seconds and 5 git commands to generate.