tile38/controller/log/log_bsd.go

7 lines
124 B
Go
Raw Normal View History

2017-10-03 08:49:33 -07:00
package log
import "golang.org/x/sys/unix"
const ioctlReadTermios = unix.TIOCGETA
const ioctlWriteTermios = unix.TIOCSETA