aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/rt_param.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/litmus/rt_param.h')
-rw-r--r--include/litmus/rt_param.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h
index 1f624a14f6f2..2eaa0c532414 100644
--- a/include/litmus/rt_param.h
+++ b/include/litmus/rt_param.h
@@ -279,6 +279,7 @@ struct rt_param {
279/* Possible RT flags */ 279/* Possible RT flags */
280#define RT_F_RUNNING 0x00000000 280#define RT_F_RUNNING 0x00000000
281#define RT_F_SLEEP 0x00000001 281#define RT_F_SLEEP 0x00000001
282#define RT_F_BLOCKED 0x00000002
282#define RT_F_EXIT_SEM 0x00000008 283#define RT_F_EXIT_SEM 0x00000008
283 284
284#endif 285#endif