#ifndef IO_H_ #define IO_H_ #include uint8_t inportb(uint16_t port); void outportb(uint16_t port, uint8_t byte); #endif