mirror of
https://github.com/Wind4/vlmcsd
synced 2025-09-09 13:21:13 +00:00
vlmcsd-svn1085-2016-10-21-Hotbird64
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef _ASM_X86_VSYSCALL_H
|
||||
#define _ASM_X86_VSYSCALL_H
|
||||
|
||||
enum vsyscall_num {
|
||||
__NR_vgettimeofday,
|
||||
__NR_vtime,
|
||||
__NR_vgetcpu,
|
||||
};
|
||||
|
||||
#define VSYSCALL_ADDR (-10UL << 20)
|
||||
|
||||
#endif /* _ASM_X86_VSYSCALL_H */
|
Reference in New Issue
Block a user