xref: /linux/arch/sparc/include/asm/vdso/vsyscall.h (revision f21f7b5162e9dbde6d3d5ce727d4ca2552d76ce9)
1*7c5fc16cSThomas Weißschuh /* SPDX-License-Identifier: GPL-2.0 */
2*7c5fc16cSThomas Weißschuh 
3*7c5fc16cSThomas Weißschuh #ifndef _ASM_SPARC_VDSO_VSYSCALL_H
4*7c5fc16cSThomas Weißschuh #define _ASM_SPARC_VDSO_VSYSCALL_H
5*7c5fc16cSThomas Weißschuh 
6*7c5fc16cSThomas Weißschuh #define __VDSO_PAGES 4
7*7c5fc16cSThomas Weißschuh 
8*7c5fc16cSThomas Weißschuh #include <asm-generic/vdso/vsyscall.h>
9*7c5fc16cSThomas Weißschuh 
10*7c5fc16cSThomas Weißschuh #endif /* _ASM_SPARC_VDSO_VSYSCALL_H */
11