#ifndef _PIC_H_ #define _PIC_H_ #include void pic_init(void); void pic_eoi(uint8_t irq); #endif