#ifndef INTERRUPTS_H #define INTERRUPTS_H #define INT_MAX 255 // size of our interrupts table int int_unhandled; // counting unhandled interrupts #endif