aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/unistd_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/litmus/unistd_64.h')
-rw-r--r--include/litmus/unistd_64.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/litmus/unistd_64.h b/include/litmus/unistd_64.h
index f0618e75348d..dd4b6c928b2c 100644
--- a/include/litmus/unistd_64.h
+++ b/include/litmus/unistd_64.h
@@ -33,5 +33,9 @@ __SYSCALL(__NR_wait_for_ts_release, sys_wait_for_ts_release)
33__SYSCALL(__NR_release_ts, sys_release_ts) 33__SYSCALL(__NR_release_ts, sys_release_ts)
34#define __NR_null_call __LSC(13) 34#define __NR_null_call __LSC(13)
35__SYSCALL(__NR_null_call, sys_null_call) 35__SYSCALL(__NR_null_call, sys_null_call)
36#define __NR_omlp_down __LSC(14)
37__SYSCALL(__NR_omlp_down, sys_omlp_down)
38#define __NR_omlp_up __LSC(15)
39__SYSCALL(__NR_omlp_up, sys_omlp_up)
36 40
37#define NR_litmus_syscalls 14 41#define NR_litmus_syscalls 16