Tentative support for OpenBSD

See #27
This commit is contained in:
Cristian Maglie
2017-03-04 22:40:50 +01:00
parent 4cc831e192
commit 4366d1c449
11 changed files with 116 additions and 5 deletions

View File

@@ -47,3 +47,7 @@ const tcCCTS_OFLOW uint32 = 0x00010000
const tcCRTS_IFLOW uint32 = 0x00020000
const tcCRTSCTS uint32 = (tcCCTS_OFLOW | tcCRTS_IFLOW)
func toTermiosSpeedType(speed uint32) uint32 {
return speed
}