aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_kvm_386.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common_kvm_386.h')
-rw-r--r--executor/common_kvm_386.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/executor/common_kvm_386.h b/executor/common_kvm_386.h
index f1b634150..5c8498492 100644
--- a/executor/common_kvm_386.h
+++ b/executor/common_kvm_386.h
@@ -1,6 +1,9 @@
// Copyright 2025 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.
+#ifndef EXECUTOR_COMMON_KVM_386_H
+#define EXECUTOR_COMMON_KVM_386_H
+
// This file is shared between executor and csource package.
#if SYZ_EXECUTOR || __NR_syz_kvm_setup_syzos_vm
@@ -37,3 +40,5 @@ static volatile long syz_kvm_setup_cpu(volatile long a0, volatile long a1, volat
return 0;
}
#endif
+
+#endif // EXECUTOR_COMMON_KVM_386_H \ No newline at end of file