FreeRDP
comm_sercx2_sys.h
1 
20 #ifndef COMM_SERCX2_SYS_H
21 #define COMM_SERCX2_SYS_H
22 
23 #include "comm_ioctl.h"
24 
25 #ifdef __cplusplus
26 extern "C"
27 {
28 #endif
29 
30  const SERIAL_DRIVER* SerCx2Sys_s(void);
31 
32 #ifdef __cplusplus
33 }
34 #endif
35 
36 #endif /* COMM_SERCX2_SYS_H */