2017-11-01 22:08:43 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
2012-12-15 06:37:13 +08:00
|
|
|
#ifndef _UAPI_ASM_X86_VSYSCALL_H
|
|
|
|
#define _UAPI_ASM_X86_VSYSCALL_H
|
|
|
|
|
|
|
|
enum vsyscall_num {
|
|
|
|
__NR_vgettimeofday,
|
|
|
|
__NR_vtime,
|
|
|
|
__NR_vgetcpu,
|
|
|
|
};
|
|
|
|
|
2014-05-06 03:19:36 +08:00
|
|
|
#define VSYSCALL_ADDR (-10UL << 20)
|
2012-12-15 06:37:13 +08:00
|
|
|
|
|
|
|
#endif /* _UAPI_ASM_X86_VSYSCALL_H */
|