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