File:  [RetroPC.NET] / np2 / x11 / cmserial.h
Revision 1.2: download - view: text, annotated - select for diffs
Sun Jan 16 03:43:13 2011 JST (14 years, 9 months ago) by monaka
Branches: MAIN
CVS tags: HEAD
remove CVS Id.

#ifndef	NP2_X11_CMSERIAL_H__
#define	NP2_X11_CMSERIAL_H__

// ---- com manager serial for unix

#ifdef __cplusplus
extern "C" {
#endif

extern const UINT32 cmserial_speed[10];

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

#if defined(SUPPORT_PC9861K)
#define	MAX_SERIAL_PORT_NUM	3
#else
#define	MAX_SERIAL_PORT_NUM	1
#endif

#ifdef __cplusplus
}
#endif

#endif	/* NP2_X11_CMSERIAL_H__ */

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