xref: /openbmc/linux/arch/powerpc/include/asm/i8259.h (revision 6c552983)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2b8b572e1SStephen Rothwell #ifndef _ASM_POWERPC_I8259_H
3b8b572e1SStephen Rothwell #define _ASM_POWERPC_I8259_H
4b8b572e1SStephen Rothwell #ifdef __KERNEL__
5b8b572e1SStephen Rothwell 
6b8b572e1SStephen Rothwell #include <linux/irq.h>
7b8b572e1SStephen Rothwell 
8b8b572e1SStephen Rothwell extern void i8259_init(struct device_node *node, unsigned long intack_addr);
9b8b572e1SStephen Rothwell extern unsigned int i8259_irq(void);
10*6c552983SNick Child struct irq_domain *__init i8259_get_host(void);
11b8b572e1SStephen Rothwell 
12b8b572e1SStephen Rothwell #endif /* __KERNEL__ */
13b8b572e1SStephen Rothwell #endif /* _ASM_POWERPC_I8259_H */
14