Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_POWERPC_I8259_H
0003 #define _ASM_POWERPC_I8259_H
0004 #ifdef __KERNEL__
0005 
0006 #include <linux/irq.h>
0007 
0008 extern void i8259_init(struct device_node *node, unsigned long intack_addr);
0009 extern unsigned int i8259_irq(void);
0010 struct irq_domain *__init i8259_get_host(void);
0011 
0012 #endif /* __KERNEL__ */
0013 #endif /* _ASM_POWERPC_I8259_H */