![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 0002 #ifndef _UAPI_ASM_X86_VSYSCALL_H 0003 #define _UAPI_ASM_X86_VSYSCALL_H 0004 0005 enum vsyscall_num { 0006 __NR_vgettimeofday, 0007 __NR_vtime, 0008 __NR_vgetcpu, 0009 }; 0010 0011 #define VSYSCALL_ADDR (-10UL << 20) 0012 0013 #endif /* _UAPI_ASM_X86_VSYSCALL_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |