11 lines
180 B
C
11 lines
180 B
C
|
// 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;
|
||
|
}
|