#ifndef PIC_H #define PIC_H #include "../include/utils.h" void pic_remap(int offset1, int offset2); void pic_end_int(uint8_t irq); #endif