1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __IRQ_IXP4XX_H
3 #define __IRQ_IXP4XX_H
4 
5 #include <linux/ioport.h>
6 struct irq_domain;
7 
8 void ixp4xx_irq_init(resource_size_t irqbase,
9 		     bool is_356);
10 struct irq_domain *ixp4xx_get_irq_domain(void);
11 
12 #endif /* __IRQ_IXP4XX_H */
13