brintos

brintos / linux-shallow public Read only

0
0
Text · 171 B · e43a57d Raw
8 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2#ifndef SELFTEST_KVM_UTIL_ARCH_H3#define SELFTEST_KVM_UTIL_ARCH_H4 5struct kvm_vm_arch {};6 7#endif  // SELFTEST_KVM_UTIL_ARCH_H8