Setup an interrupt
int setup_irq(unsigned int irq, struct irqaction * act);
irq
Interrupt line to setup
act
irqaction for the interrupt
Used to statically setup interrupts in the early boot process.