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.