table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SETUP_IRQ(9) | Hardware Interfaces | SETUP_IRQ(9) |
NAME¶
setup_irq - setup an interruptSYNOPSIS¶
int
setup_irq(unsigned int irq,
struct irqaction * act);
ARGUMENTS¶
irqInterrupt line to setup
act
irqaction for the interrupt
DESCRIPTION¶
Used to statically setup interrupts in the early boot process.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |