#ifndef IO_H #define IO_H #include uint8_t inb(uint32_t port); void outb(uint32_t port, uint8_t value); #endif