#ifndef INTR_PIC_H_ #define INTR_PIC_H_ void intr_pic_init(void); void intr_pic_eoi(void); #endif // INTR_PIC_H_