1 2 3 4 5 6 7 8 9 10 11
// MIT License, Copyright (c) 2021 Marvin Borner #ifndef PIC_H #define PIC_H #include <def.h> void pic_install(void); void pic_ack(u32 interrupt_no); #endif