Sign in
android-kvm
/
linux
/
refs/heads/for-android16/pkvm-integration-for-gerrit
/
.
/
arch
/
arm64
/
kvm
/
hyp
/
hyp-constants.c
blob: 5fb26cabd6069abb6d0de30c99f6449074563452 [
file
] [
log
] [
blame
] [
edit
]
// SPDX-License-Identifier: GPL-2.0-only
#include
<linux/kbuild.h>
#include
<nvhe/memory.h>
#include
<nvhe/pkvm.h>
#include
<nvhe/trace/trace.h>
int
main
(
void
)
{
DEFINE
(
STRUCT_HYP_PAGE_SIZE
,
sizeof
(
struct
hyp_page
));
return
0
;
}