1SETUP_IRQ(9) Public Functions Provided SETUP_IRQ(9)
23
4
NAME
6setup_irq - setup an interrupt
7
SYNOPSIS
9int setup_irq(unsigned int irq, struct irqaction * act);
10
ARGUMENTS
12irq
13Interrupt line to setup
1415
act
16irqaction for the interrupt
17
DESCRIPTION
19Used to statically setup interrupts in the early boot process.
20
AUTHORS
22Thomas Gleixner <tglx@linutronix.de>
23Author.
2425
Ingo Molnar <mingo@elte.hu>
26Author.
27
COPYRIGHT
29Kernel Hackers Manual 3.10 June 2019 SETUP_IRQ(9)