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