aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vmimpl/console_netbsd.go
blob: d7e3487c478dace7c3f91511cb6476a36fa85399 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2017 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
)