SETUP_IRQ(9) | Public Functions Provided | SETUP_IRQ(9) |
NAME¶
setup_irq - setup an interrupt
SYNOPSIS¶
int setup_irq(unsigned int irq, struct irqaction * act);
ARGUMENTS¶
irq
Interrupt line to setup
act
irqaction for the interrupt
DESCRIPTION¶
Used to statically setup interrupts in the early boot process.
AUTHORS¶
Thomas Gleixner <tglx@linutronix.de>
Author.
Ingo Molnar <mingo@elte.hu>
Author.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |