#ifndef SERIAL_H_ #define SERIAL_H_ #include void serial_outb(uint16 port, uint8 value); uint8 serial_inb(uint16 port); #endif // SERIAL_H_