aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/jobs.h
blob: 9bd361ef3943022558aa80101ce3237d254de462 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef __LITMUS_JOBS_H__
#define __LITMUS_JOBS_H__

void prepare_for_next_period(struct task_struct *t);
void release_at(struct task_struct *t, lt_t start);
long complete_job(void);

#endif