summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/include/arm64/kvm_util_arch.h
blob: 4a20337082275f3643bc3ec377e9e4a2059427ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef SELFTEST_KVM_UTIL_ARCH_H
#define SELFTEST_KVM_UTIL_ARCH_H

struct kvm_mmu_arch {};

struct kvm_vm_arch {
	bool	has_gic;
	int	gic_fd;
};

#endif  // SELFTEST_KVM_UTIL_ARCH_H