#ifndef INTERRUPTS_H #define INTERRUPTS_H #include #define INT_MAX 255 // size of our interrupts table void int_install(); void int_init(uint16_t sel); #endif