1// Copyright 2017 syzkaller project authors. All rights reserved. 2// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. 3 4package sys 5 6import ( 7 // Import all targets, so that users only need to import sys. 8 _ "github.com/google/syzkaller/sys/akaros/gen" 9 _ "github.com/google/syzkaller/sys/freebsd/gen" 10 _ "github.com/google/syzkaller/sys/fuchsia/gen" 11 _ "github.com/google/syzkaller/sys/linux/gen" 12 _ "github.com/google/syzkaller/sys/netbsd/gen" 13 _ "github.com/google/syzkaller/sys/test/gen" 14 _ "github.com/google/syzkaller/sys/windows/gen" 15) 16 17// Emitted by Makefile. 18var GitRevision string 19