Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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