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_32.h | |
parent | 07a2039b8eb0af4ff464efd3dfd95de5c02648c6 (diff) |
acallacall
Diffstat (limited to 'arch/x86/include/asm/unistd_32.h')
-rw-r--r-- | arch/x86/include/asm/unistd_32.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/include/asm/unistd_32.h b/arch/x86/include/asm/unistd_32.h index 6e72d74cf8dc..157d86af59b3 100644 --- a/arch/x86/include/asm/unistd_32.h +++ b/arch/x86/include/asm/unistd_32.h @@ -340,6 +340,10 @@ #define __NR_inotify_init1 332 #define __NR_preadv 333 #define __NR_pwritev 334 +#define __NR_acall_submit 335 +#define __NR_acall_comp_pwait 336 +#define __NR_acall_ring_pwait 337 +#define __NR_acall_cancel 338 #ifdef __KERNEL__ |