00001 #ifndef IO_H 00002 #define IO_H 00003 00004 void outb(unsigned short val, unsigned char port); 00005 unsigned char inb(unsigned short port); 00006 void io_wait(void); 00007 00008 #endif