mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-08 06:44:35 +08:00
96c1a62855
Now that core kvm_util declarations have special home in kvm_util_base.h, move ucall-related declarations out into a separate header. Signed-off-by: Michael Roth <michael.roth@amd.com> Message-Id: <20211210164620.11636-3-michael.roth@amd.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
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 */
|