xref: /openbmc/linux/arch/x86/include/uapi/asm/vsyscall.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*6f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2af170c50SDavid Howells #ifndef _UAPI_ASM_X86_VSYSCALL_H
3af170c50SDavid Howells #define _UAPI_ASM_X86_VSYSCALL_H
4af170c50SDavid Howells 
5af170c50SDavid Howells enum vsyscall_num {
6af170c50SDavid Howells 	__NR_vgettimeofday,
7af170c50SDavid Howells 	__NR_vtime,
8af170c50SDavid Howells 	__NR_vgetcpu,
9af170c50SDavid Howells };
10af170c50SDavid Howells 
11f40c3300SAndy Lutomirski #define VSYSCALL_ADDR (-10UL << 20)
12af170c50SDavid Howells 
13af170c50SDavid Howells #endif /* _UAPI_ASM_X86_VSYSCALL_H */
14