irq_enable — enables the specified IRQ line
#include <irq.h>
void irq_enable (
)
int irq
irq
IRQ line to enable
Enables the IRQ line, so that when the interrupt occurs on the specified IRQ line, the IRQ handler will be invoked.