handle_IRQ_event

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

handle_IRQ_event - irq action chain handler

SYNOPSIS

irqreturn_t handle_IRQ_event(unsigned int irq, struct irqaction * action);

ARGUMENTS

irq

the interrupt number

action

the interrupt action chain for this irq

DESCRIPTION

Handles the action chain of an irq event

AUTHORS

Thomas Gleixner <tglx@linutronix.de>

Author.

Ingo Molnar <mingo@elte.hu>

Author.