#ifdef GO32
#include <inlines/pc.h>
#define outb(x,y) outportb(x,y)
#define inb(x) inportb(x)
#define ioperm(x,y,z) 0
#endif /* GO32 */

#ifndef GO32
#ifdef GLIBC
#include <sys/io.h>
#else
#include <asm/io.h>
#endif /* GLIBC */
#endif /* !GO32 */
#include <unistd.h>

int checkplug (void);
int COMBASE;
