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); 10bae1d8f1SGrant Likely extern struct irq_domain *i8259_get_host(void); 11b8b572e1SStephen Rothwell 12b8b572e1SStephen Rothwell #endif /* __KERNEL__ */ 13b8b572e1SStephen Rothwell #endif /* _ASM_POWERPC_I8259_H */ 14