setup_irq(9) 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