]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/powerpc/include/asm/i8259.h
powerpc: Move include files to arch/powerpc/include/asm
[linux-2.6-omap-h63xx.git] / arch / powerpc / include / asm / i8259.h
1 #ifndef _ASM_POWERPC_I8259_H
2 #define _ASM_POWERPC_I8259_H
3 #ifdef __KERNEL__
4
5 #include <linux/irq.h>
6
7 #ifdef CONFIG_PPC_MERGE
8 extern void i8259_init(struct device_node *node, unsigned long intack_addr);
9 extern unsigned int i8259_irq(void);
10 extern struct irq_host *i8259_get_host(void);
11 #else
12 extern void i8259_init(unsigned long intack_addr, int offset);
13 extern int i8259_irq(void);
14 #endif
15
16 #endif /* __KERNEL__ */
17 #endif /* _ASM_POWERPC_I8259_H */