All Classes Namespaces Files Functions Variables Enumerations Enumerator
libs/connection/c/serial_t.h
Go to the documentation of this file.
00001 #ifndef QRK_C_SERIAL_T_H
00002 #define QRK_C_SERIAL_T_H
00003 
00013 #ifndef NO_DETECT_OS_H
00014 #include "detect_os.h"
00015 #endif
00016 
00017 #if defined(WINDOWS_OS)
00018 #include "serial_t_win.h"
00019 
00020 #elif defined(LINUX_OS) || defined(MAC_OS)
00021 #include "serial_t_lin.h"
00022 
00023 #else
00024 #include "serial_t_other.h"
00025 
00026 #endif
00027 
00028 #endif /* !QRK_C_SERIAL_T_H */