Subversion Repositories Shiroi

Rev

Rev 23 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | 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