aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus.h
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2012-05-03 16:46:21 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2012-05-03 16:46:21 -0400
commitb71e2f3c0796b66d118fd0166ae80c7d9a547740 (patch)
treee6d5843888e3ba43cbc9b5b705c892b00c88f2f1 /include/litmus.h
parentff87ca319b0cd76f96f78f0347ad9aaa967bb16e (diff)
parent7bd1ec8308f63bffda37127d02a178c5fc91dac3 (diff)
Removed mixed-criticality codewip-color-jlh
Diffstat (limited to 'include/litmus.h')
-rw-r--r--include/litmus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/litmus.h b/include/litmus.h
index 045579e..82e2ba2 100644
--- a/include/litmus.h
+++ b/include/litmus.h
@@ -99,6 +99,7 @@ task_class_t str2class(const char* str);
99/* non-preemptive section support */ 99/* non-preemptive section support */
100void enter_np(void); 100void enter_np(void);
101void exit_np(void); 101void exit_np(void);
102int requested_to_preempt(void);
102 103
103/* task system support */ 104/* task system support */
104int wait_for_ts_release(void); 105int wait_for_ts_release(void);