aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common_ext.h')
-rw-r--r--executor/common_ext.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/executor/common_ext.h b/executor/common_ext.h
new file mode 100644
index 000000000..4f6e7491a
--- /dev/null
+++ b/executor/common_ext.h
@@ -0,0 +1,6 @@
+// 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_.