repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
of: MSI: Simplify irqdomain lookup
[linux/fpc-iii.git]
/
arch
/
x86
/
include
/
uapi
/
asm
/
vsyscall.h
blob
b97dd6e263d293aade784e0c9e238a65a3d9cbd4
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 */