diff options
Diffstat (limited to 'executor/common_kvm_arm64.h')
| -rw-r--r-- | executor/common_kvm_arm64.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/executor/common_kvm_arm64.h b/executor/common_kvm_arm64.h index 8c02b0745..0663dcd1c 100644 --- a/executor/common_kvm_arm64.h +++ b/executor/common_kvm_arm64.h @@ -1,3 +1,6 @@ +#ifndef EXECUTOR_COMMON_KVM_ARM64_H +#define EXECUTOR_COMMON_KVM_ARM64_H + // 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. @@ -395,3 +398,5 @@ static long syz_kvm_assert_reg(volatile long a0, volatile long a1, volatile long return 0; } #endif + +#endif // EXECUTOR_COMMON_KVM_ARM64_H
\ No newline at end of file |
