// SPDX-License-Identifier: GPL-2.0-only #include #include int main(void) { DEFINE(STRUCT_HYP_PAGE_SIZE, sizeof(struct hyp_page)); return 0; }