Name

setup_irq — setup an interrupt

Synopsis

int setup_irq (unsigned int irq,
 struct irqaction * act);
 

Arguments

unsigned int irq

Interrupt line to setup

struct irqaction * act

irqaction for the interrupt

Description

Used to statically setup interrupts in the early boot process.