Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 
0003 #include <linux/kbuild.h>
0004 #include <nvhe/memory.h>
0005 
0006 int main(void)
0007 {
0008     DEFINE(STRUCT_HYP_PAGE_SIZE,    sizeof(struct hyp_page));
0009     return 0;
0010 }