14 lines
283 B
C
14 lines
283 B
C
|
/* 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 */
|