#include <ctl_api.h> int ctl_unmask_isr(unsigned int vector);
The function ctl_unmask_isr enables an interrupt source. The vector argument specifies the interrupt source to unmask.
ctl_unmask_isr is provided on systems that have programmable interrupt controller hardware.