diff options
Diffstat (limited to 'executor/common_kvm.h')
| -rw-r--r-- | executor/common_kvm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/executor/common_kvm.h b/executor/common_kvm.h index 68c5559d8..03e297d25 100644 --- a/executor/common_kvm.h +++ b/executor/common_kvm.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_H +#define EXECUTOR_COMMON_KVM_H + // This file is shared between executor and csource package. // Common KVM-related definitions. @@ -52,3 +55,5 @@ static long syz_kvm_assert_syzos_kvm_exit(volatile long a0, volatile long a1) return 0; } #endif + +#endif // EXECUTOR_COMMON_KVM_H
\ No newline at end of file |
