Subversion Repositories Shiroi

Rev

Rev 23 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8 nishi 1
/* $Id: io.h 8 2024-08-28 16:29:15Z nishi $ */
2
 
3
#ifndef __IO_H__
4
#define __IO_H__
5
 
6
unsigned char inp(unsigned char);
7
void outp(unsigned char, unsigned char);
8
 
9
#endif