162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef _ASM_POWERPC_I8259_H 362306a36Sopenharmony_ci#define _ASM_POWERPC_I8259_H 462306a36Sopenharmony_ci#ifdef __KERNEL__ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#include <linux/irq.h> 762306a36Sopenharmony_ci 862306a36Sopenharmony_ciextern void i8259_init(struct device_node *node, unsigned long intack_addr); 962306a36Sopenharmony_ciextern unsigned int i8259_irq(void); 1062306a36Sopenharmony_cistruct irq_domain *__init i8259_get_host(void); 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#endif /* __KERNEL__ */ 1362306a36Sopenharmony_ci#endif /* _ASM_POWERPC_I8259_H */ 14