diff options
author | Kent Overstreet <koverstreet@google.com> | 2012-10-11 13:36:15 -0700 |
---|---|---|
committer | Kent Overstreet <koverstreet@google.com> | 2012-10-11 13:36:15 -0700 |
commit | 21a0765a50fff349155964432b9529541eee5e8a (patch) | |
tree | f605ce5afbeb7d2dce0ee8c546f47d98ea5f48fb /arch/x86/include/asm/unistd_64.h | |
parent | 07a2039b8eb0af4ff464efd3dfd95de5c02648c6 (diff) |
acallacall
Diffstat (limited to 'arch/x86/include/asm/unistd_64.h')
-rw-r--r-- | arch/x86/include/asm/unistd_64.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/include/asm/unistd_64.h b/arch/x86/include/asm/unistd_64.h index f81829462325..cf98b8fd0e1f 100644 --- a/arch/x86/include/asm/unistd_64.h +++ b/arch/x86/include/asm/unistd_64.h @@ -657,6 +657,14 @@ __SYSCALL(__NR_inotify_init1, sys_inotify_init1) __SYSCALL(__NR_preadv, sys_preadv) #define __NR_pwritev 296 __SYSCALL(__NR_pwritev, sys_pwritev) +#define __NR_acall_submit 297 +__SYSCALL(__NR_acall_submit, sys_acall_submit) +#define __NR_acall_comp_pwait 298 +__SYSCALL(__NR_acall_comp_pwait, sys_acall_comp_pwait) +#define __NR_acall_ring_pwait 299 +__SYSCALL(__NR_acall_ring_pwait, sys_acall_ring_pwait) +#define __NR_acall_cancel 300 +__SYSCALL(__NR_acall_cancel, sys_acall_cancel) #ifndef __NO_STUBS |