aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/budget.h
blob: 732530e63491f467d31058b33ce98b2e5ede7876 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _LITMUS_BUDGET_H_
#define _LITMUS_BUDGET_H_

/* Update the per-processor enforcement timer (arm/reproram/cancel) for
 * the next task. */
void update_enforcement_timer(struct task_struct* t);

#endif