Sign in
nest-open-source
/
manifest_repos
/
kernel
/
refs/heads/main
/
.
/
arch
/
arm64
/
kvm
/
hyp
/
hyp-constants.c
blob: 687c0711bc3ebe4f200179ff8468ec9b84b9d036 [
file
] [
log
] [
blame
] [
edit
]
// SPDX-License-Identifier: GPL-2.0-only
#include
<linux/kbuild.h>
#include
<nvhe/memory.h>
#include
<nvhe/pkvm.h>
int
main
(
void
)
{
DEFINE
(
STRUCT_HYP_PAGE_SIZE
,
sizeof
(
struct
hyp_page
));
return
0
;
}