diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index d1234ba..dbcfd34 100644 --- a/include/common.h +++ b/include/common.h | |||
@@ -1,7 +1,11 @@ | |||
1 | #ifndef COMMON_H | 1 | #ifndef COMMON_H |
2 | #define COMMON_H | 2 | #define COMMON_H |
3 | 3 | ||
4 | #include "litmus.h" | ||
4 | 5 | ||
5 | void bail_out(const char* msg); | 6 | void bail_out(const char* msg); |
6 | 7 | ||
8 | /* EDF-WM helper functions to parse task parameters from file */ | ||
9 | int parse_edfwm_ts_file(FILE *ts, struct rt_task *rt); | ||
10 | |||
7 | #endif | 11 | #endif |