linuxdebug/tools/testing/selftests/kvm/include/kvm_util.h

14 lines
283 B
C
Raw Permalink Normal View History

2024-07-16 15:50:57 +02:00
/* 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 */