diff options
Diffstat (limited to 'litmus.h')
-rw-r--r-- | litmus.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -67,7 +67,8 @@ int tear_down_task(pid_t pid, int sig); | |||
67 | int reset_stat(void); | 67 | int reset_stat(void); |
68 | int sleep_next_period(void); | 68 | int sleep_next_period(void); |
69 | int scheduler_setup(int cmd, void* param); | 69 | int scheduler_setup(int cmd, void* param); |
70 | 70 | int enter_np(void); | |
71 | int exit_np(void); | ||
71 | 72 | ||
72 | /* library functions */ | 73 | /* library functions */ |
73 | int create_rt_task(rt_fn_t rt_prog, void *arg, int cpu, int wcet, int period); | 74 | int create_rt_task(rt_fn_t rt_prog, void *arg, int cpu, int wcet, int period); |