xref: /openbmc/linux/arch/x86/include/uapi/asm/vsyscall.h (revision f40c330091c7aa9956ab66f97a3abc8a68b67240)
1af170c50SDavid Howells #ifndef _UAPI_ASM_X86_VSYSCALL_H
2af170c50SDavid Howells #define _UAPI_ASM_X86_VSYSCALL_H
3af170c50SDavid Howells 
4af170c50SDavid Howells enum vsyscall_num {
5af170c50SDavid Howells 	__NR_vgettimeofday,
6af170c50SDavid Howells 	__NR_vtime,
7af170c50SDavid Howells 	__NR_vgetcpu,
8af170c50SDavid Howells };
9af170c50SDavid Howells 
10*f40c3300SAndy Lutomirski #define VSYSCALL_ADDR (-10UL << 20)
11af170c50SDavid Howells 
12af170c50SDavid Howells #endif /* _UAPI_ASM_X86_VSYSCALL_H */
13