• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // SPDX-License-Identifier: GPL-2.0-only
2 
3 #include <linux/kbuild.h>
4 #include <nvhe/memory.h>
5 #include <nvhe/pkvm.h>
6 
main(void)7 int main(void)
8 {
9 	DEFINE(STRUCT_HYP_PAGE_SIZE,	sizeof(struct hyp_page));
10 
11 	return 0;
12 }
13