|
|
| version 1.2, 2011/01/15 18:43:13 | version 1.3, 2011/01/15 19:16:58 |
|---|---|
| Line 3 | Line 3 |
| // ---- 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 17 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__ */ |