#ifndef INTERRUPTS_H #define INTERRUPTS_H #include "kernel.h" #define INT_MAX 255 // size of our interrupts table int int_unhandled=0; // counting unhandled interrupts #endif