File:  [RetroPC.NET] / xmil / adv / agb / advlibc / include / conio.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Feb 4 15:42:08 2005 JST (20 years, 8 months ago) by yui
Branches: MAIN
CVS tags: HEAD
RetroPC CVS restarting 2005/02/04 (T.Yui)

#ifndef _ADVLIBC_CONIO_
#define _ADVLIBC_CONIO_

#include	"advtypes.h"

#ifdef __cplusplus
extern "C" {
#endif

unsigned char LIBCCALL inpb(unsigned short port);
unsigned short LIBCCALL inpw(unsigned short port);
unsigned int LIBCCALL inpd(unsigned short port);
void LIBCCALL outpb(unsigned int port, unsigned char value);
void LIBCCALL outpw(unsigned int port, unsigned short value);
void LIBCCALL outpd(unsigned int port, unsigned int value);

#ifdef __cplusplus
}
#endif

#endif

RetroPC.NET-CVS <cvs@retropc.net>