#ifndef _IO_PORTS_H_ #define _IO_PORTS_H_ void outw(uint16_t port, uint16_t data); uint16_t inw(uint16_t port); #endif