diff options
Diffstat (limited to 'include/litmus/unistd_64.h')
-rw-r--r-- | include/litmus/unistd_64.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/litmus/unistd_64.h b/include/litmus/unistd_64.h index 3e6b1d330336..ba2c91c5bf8c 100644 --- a/include/litmus/unistd_64.h +++ b/include/litmus/unistd_64.h | |||
@@ -33,6 +33,7 @@ __SYSCALL(__NR_null_call, sys_null_call) | |||
33 | __SYSCALL(__NR_reservation_create, sys_reservation_create) | 33 | __SYSCALL(__NR_reservation_create, sys_reservation_create) |
34 | #define __NR_reservation_destroy __LSC(13) | 34 | #define __NR_reservation_destroy __LSC(13) |
35 | __SYSCALL(__NR_reservation_destroy, sys_reservation_destroy) | 35 | __SYSCALL(__NR_reservation_destroy, sys_reservation_destroy) |
36 | #define __NR_set_mc2_task_param __LSC(14) | ||
37 | __SYSCALL(__NR_set_mc2_task_param, sys_set_mc2_task_param) | ||
36 | 38 | ||
37 | 39 | #define NR_litmus_syscalls 15 | |
38 | #define NR_litmus_syscalls 14 | ||