Sign in
zircon-guest
/
third_party
/
linux
/
refs/heads/master
/
.
/
arch
/
arm64
/
kvm
/
hyp_trace.h
blob: c991b1ec65f17b66167e5401fa9a42aea1d340f0 [
file
] [
edit
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
__ARM64_KVM_HYP_TRACE_H__
#define
__ARM64_KVM_HYP_TRACE_H__
#ifdef
CONFIG_NVHE_EL2_TRACING
int
kvm_hyp_trace_init
(
void
);
#else
static
inline
int
kvm_hyp_trace_init
(
void
)
{
return
0
;
}
#endif
#endif