Lab3

interrupt.h

00001 int interrupt_subscribe(u8_t irq, int irq_hook_id);
00002 
00003 int interrupt_unsubscribe(int int_id);