X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Funix%2Fserial_platform.h;fp=source%2Fio%2Funix%2Fserial_platform.h;h=e7de71277d075febf085c4c119456ab0cbb15f79;hp=0000000000000000000000000000000000000000;hb=609c9a508cfdc7b42c46c4f21d17639204165a00;hpb=b4806214e905752617691f851717033fd3f266c2 diff --git a/source/io/unix/serial_platform.h b/source/io/unix/serial_platform.h new file mode 100644 index 0000000..e7de712 --- /dev/null +++ b/source/io/unix/serial_platform.h @@ -0,0 +1,14 @@ +#ifndef MSP_IO_SERIAL_PLATFORM_H_ +#define MSP_IO_SERIAL_PLATFORM_H_ + +#include + +namespace Msp { +namespace IO { + +typedef termios PlatformSerialDeviceState; + +} // namespace IO +} // namespace Msp + +#endif