1 2 3 4 5 6 7
#ifndef INTERRUPTS_H #define INTERRUPTS_H #include <stdint.h> void interrupts_init(uint16_t sel); #endif