blob: c9286811a4cb88e05c235274a27adc4cbee8dcb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* tools/testing/selftests/kvm/include/kvm_util.h
*
* Copyright (C) 2018, Google LLC.
*/
#ifndef SELFTEST_KVM_UTIL_H
#define SELFTEST_KVM_UTIL_H
#include "kvm_util_base.h"
#include "ucall_common.h"
#endif /* SELFTEST_KVM_UTIL_H */
|