Scroll to navigation

SETUP_IRQ(9) Hardware Interfaces 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.

COPYRIGHT

May 2018 Kernel Hackers Manual 3.16