#include "irq.h" #include "pic.h" int irqSetup() { initPic(); return 0; }