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