diff options
Diffstat (limited to 'include/litmus/unistd_64.h')
-rw-r--r-- | include/litmus/unistd_64.h | 6 |
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 |