#ifndef __INTERRUPT_H__ #define __INTERRUPT_H__ void interrupts_init(); void interrupts_enable(int num); #endif