This function is declared in the coresrv/io/irq.h file.
coresrv/io/irq.h
Retcode KnIoEnableIrq(Handle rid);
Unmasks (allows) the interrupt with the handle rid.
rid
If successful, the function returns rcOk.