@@ -63,3 +63,7 @@ const tcCRTSCTS uint32 = unix.CRTSCTS
|
||||
const ioctlTcgetattr = unix.TCGETS
|
||||
const ioctlTcsetattr = unix.TCSETS
|
||||
const ioctlTcflsh = unix.TCFLSH
|
||||
|
||||
func toTermiosSpeedType(speed uint32) uint32 {
|
||||
return speed
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user