Sign in
android-kvm
/
linux
/
fdaf9a5840acaab18694a19e0eb0aa51162eeeed
/
.
/
arch
/
arm64
/
kvm
/
hyp
/
hyp-constants.c
blob: b3742a6691e87450865eefb61f0018ee1db17158 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0-only
#include
<linux/kbuild.h>
#include
<nvhe/memory.h>
int
main
(
void
)
{
DEFINE
(
STRUCT_HYP_PAGE_SIZE
,
sizeof
(
struct
hyp_page
));
return
0
;
}