#pragma once #include "irq.h" void serialSetup(int speed); void serialPutc(char a); void serialDoIrq(struct interrupt_frame *frame);