enable_irq

Name

enable_irq --  enable interrupt handling on an irq

Synopsis

void enable_irq (unsigned int irq);

Arguments

irq

Interrupt to enable

Description

Re-enables the processing of interrupts on this IRQ line providing no disable_irq calls are now in effect.

This function may be called from IRQ context.