aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vmimpl/console_freebsd.go
blob: 9f4455ed57093871e511223f21b4a7519c614e9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2018 syzkaller project authors. All rights reserved.
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.

package vmimpl

// Merely to fix build.
const (
	unixCBAUD     = 0
	unixCRTSCTS   = 0
	syscallTCGETS = 0
	syscallTCSETS = 0
)