File:  [RetroPC.NET] / xmil / adv / agb / advlibc / include / advrtc.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Feb 4 15:42:08 2005 JST (20 years, 9 months ago) by yui
Branches: MAIN
CVS tags: HEAD
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

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