diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-01-24 15:52:53 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-01-24 15:52:53 -0500 |
commit | ffbf95ed8f7a861f3dd4de8d359b734fd9b6e2dd (patch) | |
tree | e5fd40df1138ccfd04eeb8927553ad7a4c6e8b35 /include | |
parent | 667384896d73833bd56c9b60343f819f342b84bd (diff) |
API: make init_rt_thread() available
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); |