aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/jobs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/litmus/jobs.h')
-rw-r--r--include/litmus/jobs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/litmus/jobs.h b/include/litmus/jobs.h
new file mode 100644
index 000000000000..9bd361ef3943
--- /dev/null
+++ b/include/litmus/jobs.h
@@ -0,0 +1,9 @@
1#ifndef __LITMUS_JOBS_H__
2#define __LITMUS_JOBS_H__
3
4void prepare_for_next_period(struct task_struct *t);
5void release_at(struct task_struct *t, lt_t start);
6long complete_job(void);
7
8#endif
9