github.com/neugram/ng@v0.0.0-20180309130942-d472ff93d872/eval/shell/ioctl_linux.go (about)

     1  // Copyright 2015 The Neugram Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  package shell
     6  
     7  const (
     8  	_TIOCGETS = ioctlRequest(0x5401)
     9  	_TIOCSETS = ioctlRequest(0x5402)
    10  )