#ifndef HAZEL_IO_H_ #define HAZEL_IO_H_ #include uint8_t inb(uint16_t port); void outb(uint16_t port, uint8_t byte); #endif