Files
go-serial/serial_darwin_amd64.go
Cristian Maglie b89deafa1c Change import path to "go.bug.st/serial.v1"
This is needed when there are breaking changes in the API.
2016-09-05 01:05:22 +02:00

14 lines
314 B
Go

//
// Copyright 2014-2016 Cristian Maglie. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
package serial // import "go.bug.st/serial.v1"
// termios manipulation functions
func termiosMask(data int) uint64 {
return uint64(data)
}