#pragma once #include "irq.h" void initSerial(int speed); void writeSerial(char a); void serial_do_irq(struct interrupt_frame *frame);