File:  [RetroPC.NET] / np2 / x11 / cmserial.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Mar 26 22:58:51 2004 JST (21 years, 7 months ago) by monaka
Branches: MAIN
CVS tags: VER_0_82_x64, VER_0_82, VER_0_81A, VER_0_81, VER_0_80, VER_0_79, VER_0_78, VER_0_77, VER_0_76, HEAD
add support serial port. (missing...)

/*	$Id: cmserial.h,v 1.1 2004/03/26 13:58:51 monaka Exp $	*/

#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>