blob: 6485852efdd2c6ae0623249b9dc43e82c7c2ddeb [file] [log] [blame]
// Copyright 2022 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.
// This file is included into executor and C reproducers and can be used to add
// non-mainline pseudo-syscalls w/o changing any other files.
// These syscalls should start with syz_ext_.
// This file can also define SYZ_HAVE_SETUP_EXT to 1 and provide
// void setup_ext() function that will be called during VM setup.