1. NAME

setup_irq - setup an interrupt

2. SYNOPSIS

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

3. ARGUMENTS

irq
    Interrupt line to setup

act
    irqaction for the interrupt

4. DESCRIPTION

Used to statically setup interrupts in the early boot process.

5. AUTHORS

Thomas Gleixner <>
    Author.

Ingo Molnar <>
    Author.

6. COPYRIGHT