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

struct kvm_vm_arch {
	bool	has_gic;
	int	gic_fd;
};

#endif  // SELFTEST_KVM_UTIL_ARCH_H