]> Git Repo - linux.git/blob - include/linux/irqchip/irq-ixp4xx.h
md/raid1: only allocate write behind bio for WriteMostly device
[linux.git] / include / linux / irqchip / irq-ixp4xx.h
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 */
This page took 0.031968 seconds and 4 git commands to generate.