aboutsummaryrefslogtreecommitdiffstats
path: root/executor/kvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/kvm.h')
-rw-r--r--executor/kvm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/executor/kvm.h b/executor/kvm.h
index 104bd45fc..fb7b5b49d 100644
--- a/executor/kvm.h
+++ b/executor/kvm.h
@@ -1,6 +1,9 @@
// 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.
+#ifndef EXECUTOR_KVM_H
+#define EXECUTOR_KVM_H
+
// x86-specific definitions.
#if GOARCH_amd64
#define X86_ADDR_TEXT 0x0000
@@ -209,3 +212,5 @@
#define ARM64_ADDR_ITS_PEND_TABLES (ARM64_ADDR_ITS_PROP_TABLE + SZ_64K)
#endif // ARM64 SYZOS definitions
+
+#endif // EXECUTOR_KVM_H \ No newline at end of file