124640f23SVincenzo Frascino /* SPDX-License-Identifier: GPL-2.0 */ 224640f23SVincenzo Frascino #ifndef __ASM_VDSO_VSYSCALL_H 324640f23SVincenzo Frascino #define __ASM_VDSO_VSYSCALL_H 424640f23SVincenzo Frascino 5*69896119SThomas Weißschuh #include <asm/page.h> 6*69896119SThomas Weißschuh 724640f23SVincenzo Frascino #ifndef __ASSEMBLY__ 824640f23SVincenzo Frascino 924640f23SVincenzo Frascino #include <vdso/datapage.h> 1024640f23SVincenzo Frascino 1124640f23SVincenzo Frascino /* The asm-generic header needs to be included after the definitions above */ 1224640f23SVincenzo Frascino #include <asm-generic/vdso/vsyscall.h> 1324640f23SVincenzo Frascino 1424640f23SVincenzo Frascino #endif /* !__ASSEMBLY__ */ 1524640f23SVincenzo Frascino 1624640f23SVincenzo Frascino #endif /* __ASM_VDSO_VSYSCALL_H */ 17