diff options
Diffstat (limited to 'include/litmus/sched_plugin.h')
-rw-r--r-- | include/litmus/sched_plugin.h | 1 |
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, | |||
108 | typedef int (*default_cpu_for_gpu_t)(int gpu); | 108 | typedef 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 */ |
114 | typedef long (*complete_job_t) (void); | 113 | typedef long (*complete_job_t) (void); |