Rev 23 | Go to most recent revision | Details | Last modification | View Log | RSS feed
/* $Id: io.h 8 2024-08-28 16:29:15Z nishi $ */
#ifndef __IO_H__
#define __IO_H__
unsigned char inp(unsigned char);
void outp(unsigned char, unsigned char);
#endif