aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/sched_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/litmus/sched_plugin.h')
-rw-r--r--include/litmus/sched_plugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/litmus/sched_plugin.h b/include/litmus/sched_plugin.h
index d0e7d74bb45e..78cec30866ac 100644
--- a/include/litmus/sched_plugin.h
+++ b/include/litmus/sched_plugin.h
@@ -108,7 +108,6 @@ typedef int (*__higher_prio_t)(struct task_struct* a, comparison_mode_t a_mod,
108typedef int (*default_cpu_for_gpu_t)(int gpu); 108typedef int (*default_cpu_for_gpu_t)(int gpu);
109#endif 109#endif
110 110
111
112/********************* sys call backends ********************/ 111/********************* sys call backends ********************/
113/* This function causes the caller to sleep until the next release */ 112/* This function causes the caller to sleep until the next release */
114typedef long (*complete_job_t) (void); 113typedef long (*complete_job_t) (void);