]> git.tdb.fi Git - libs/core.git/blob - source/io/unix/serial_platform.h
Use vectors for storage in Poller
[libs/core.git] / source / io / unix / serial_platform.h
1 #ifndef MSP_IO_SERIAL_PLATFORM_H_
2 #define MSP_IO_SERIAL_PLATFORM_H_
3
4 #include <termios.h>
5
6 namespace Msp {
7 namespace IO {
8
9 typedef termios PlatformSerialDeviceState;
10
11 } // namespace IO
12 } // namespace Msp
13
14 #endif