| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to advrtc.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / xmil / adv / agb / advlibc / include | 
RetroPC CVS restarting 2005/02/04 (T.Yui)
#ifndef _ADVLIBC_ADVRTC_
#define _ADVLIBC_ADVRTC_
#include	"./advtypes.h"
#ifdef __cplusplus
extern "C" {
#endif
int LIBCCALL advrtc_isexist(void);
void LIBCCALL advrtc_cmd(unsigned int cmd);
unsigned int LIBCCALL advrtc_recv(void);
#ifdef __cplusplus
}
#endif
#endif