File:  [RetroPC.NET] / np2 / cbus / boardpx.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Jul 20 23:39:11 2007 JST (18 years, 3 months ago) by yui
Branches: MAIN
CVS tags: HEAD
SUPPORT_PX


#if defined(SUPPORT_PX)

#ifdef __cplusplus
extern "C" {
#endif

void boardpx1_reset(void);
void boardpx1_bind(void);

void boardpx2_reset(void);
void boardpx2_bind(void);

#ifdef __cplusplus
}
#endif

#endif	// defined(SUPPORT_PX)


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