|
|
| version 1.1, 2004/03/26 13:58:51 | version 1.3, 2011/01/15 19:16:58 |
|---|---|
| Line 1 | Line 1 |
| /* $Id$ */ | |
| #ifndef NP2_X11_CMSERIAL_H__ | #ifndef NP2_X11_CMSERIAL_H__ |
| #define NP2_X11_CMSERIAL_H__ | #define NP2_X11_CMSERIAL_H__ |
| // ---- com manager serial for unix | // ---- com manager serial for unix |
| #ifdef __cplusplus | G_BEGIN_DECLS |
| extern "C" { | |
| #endif | |
| extern const UINT32 cmserial_speed[10]; | extern const UINT32 cmserial_speed[10]; |
| Line 19 COMMNG cmserial_create(UINT port, BYTE p | Line 15 COMMNG cmserial_create(UINT port, BYTE p |
| #define MAX_SERIAL_PORT_NUM 1 | #define MAX_SERIAL_PORT_NUM 1 |
| #endif | #endif |
| #ifdef __cplusplus | G_END_DECLS |
| } | |
| #endif | |
| #endif /* NP2_X11_CMSERIAL_H__ */ | #endif /* NP2_X11_CMSERIAL_H__ */ |