#ifndef IOPORTH #define IOPORTH void outport(unsigned int portid, unsigned int value); void outportb(unsigned int portid, unsigned char value); unsigned char inportb(unsigned int portid); unsigned int inport(unsigned int portid); #endif