// MIT License, Copyright (c) 2021 Marvin Borner #ifndef PIC_H #define PIC_H #include <def.h> void pic_install(void); void pic_ack(u32 int_no); #endif