#ifndef LYNXIO_H
#define LYNXIO_H

int io_access(void);
extern "C" int outb(int val,int port);
extern "C" int inb(int port);

#endif
