diff options
Diffstat (limited to 'executor/common_kvm_syzos.h')
| -rw-r--r-- | executor/common_kvm_syzos.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/executor/common_kvm_syzos.h b/executor/common_kvm_syzos.h index be530319e..5fe513ab1 100644 --- a/executor/common_kvm_syzos.h +++ b/executor/common_kvm_syzos.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_SYZOS_H +#define EXECUTOR_COMMON_KVM_SYZOS_H + // Common SYZOS definitions. // Prevent function inlining. This attribute is applied to every guest_handle_* function, @@ -37,3 +40,5 @@ // Start/end of the guest section. extern char *__start_guest, *__stop_guest; + +#endif // EXECUTOR_COMMON_KVM_SYZOS_H
\ No newline at end of file |
