File:  [RetroPC.NET] / np2 / win9x / cmserial.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Oct 17 02:58:44 2003 JST (22 years ago) by yui
Branches: MAIN
CVS tags: HEAD
Initial revision


// ---- com manager serial for windows

#ifdef __cplusplus
extern "C" {
#endif

extern const UINT32 cmserial_speed[10];

COMMNG cmserial_create(UINT port, BYTE param, UINT32 speed);

#ifdef __cplusplus
}
#endif


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