github.com/burke/ttyutils@v0.0.0-20160630170808-5017fbbf251a/ttyutils_linux.go (about) 1 package ttyutils 2 3 // These constants are declared here, rather than importing 4 // them from the syscall package as some syscall packages, even 5 // on linux, for example gccgo, do not declare them. 6 const ioctlReadTermios = 0x5401 // syscall.TCGETS 7 const ioctlWriteTermios = 0x5402 // syscall.TCSETS