Subversion Repositories Shiroi

Rev

Rev 24 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: io.h 25 2024-08-31 12:29:19Z nishi $ */

#ifndef __IO_H__
#define __IO_H__

#if __SDCCCALL == 0
#define __sdcccall(x)
#endif

unsigned char inp(unsigned char) __sdcccall(0);
void outp(unsigned char, unsigned char) __sdcccall(0);

#endif