diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/litmus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/litmus.h b/include/litmus.h index d902b62..6a1de21 100644 --- a/include/litmus.h +++ b/include/litmus.h | |||
| @@ -127,6 +127,7 @@ int start_wcs(int od); | |||
| 127 | 127 | ||
| 128 | /* library functions */ | 128 | /* library functions */ |
| 129 | int init_litmus(void); | 129 | int init_litmus(void); |
| 130 | int init_rt_thread(void); | ||
| 130 | void exit_litmus(void); | 131 | void exit_litmus(void); |
| 131 | 132 | ||
| 132 | int create_rt_task(rt_fn_t rt_prog, void *arg, int cpu, int wcet, int period); | 133 | int create_rt_task(rt_fn_t rt_prog, void *arg, int cpu, int wcet, int period); |
