setup_irq(9) suse man page | unix.com

Man Page: setup_irq

Operating Environment: suse

Section: 9

SETUP_IRQ(9)							Hardware Interfaces						      SETUP_IRQ(9)

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.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SETUP_IRQ(9)
Related Man Pages
struct_irq_chip_generic(9) - centos
struct_uio_info(9) - centos
struct_irq_chip(9) - suse
struct_uio_info(9) - suse
bus_describe_intr(9) - freebsd
Similar Topics in the Unix Linux Community
What is unbalanced IRQ?