Name

irq_enable — enables the specified IRQ line

Synopsis

#include <irq.h>   
void irq_enable (irq); 
int irq;
 

Arguments

irq

IRQ line to enable

Description

Enables the IRQ line, so that when the interrupt occurs on the specified IRQ line, the IRQ handler will be invoked.