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