18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 28c2ecf20Sopenharmony_ci#ifndef _UAPI_ASM_X86_VSYSCALL_H 38c2ecf20Sopenharmony_ci#define _UAPI_ASM_X86_VSYSCALL_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_cienum vsyscall_num { 68c2ecf20Sopenharmony_ci __NR_vgettimeofday, 78c2ecf20Sopenharmony_ci __NR_vtime, 88c2ecf20Sopenharmony_ci __NR_vgetcpu, 98c2ecf20Sopenharmony_ci}; 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#define VSYSCALL_ADDR (-10UL << 20) 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#endif /* _UAPI_ASM_X86_VSYSCALL_H */ 14