diff options
Diffstat (limited to 'include/litmus/edf_common.h')
-rw-r--r-- | include/litmus/edf_common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/litmus/edf_common.h b/include/litmus/edf_common.h index 818f4094b53c..63dff7efe8fb 100644 --- a/include/litmus/edf_common.h +++ b/include/litmus/edf_common.h | |||
@@ -27,12 +27,6 @@ int edf_min_heap_order(struct binheap_node *a, struct binheap_node *b); | |||
27 | int edf_max_heap_base_priority_order(struct binheap_node *a, struct binheap_node *b); | 27 | int edf_max_heap_base_priority_order(struct binheap_node *a, struct binheap_node *b); |
28 | int edf_min_heap_base_priority_order(struct binheap_node *a, struct binheap_node *b); | 28 | int edf_min_heap_base_priority_order(struct binheap_node *a, struct binheap_node *b); |
29 | 29 | ||
30 | typedef enum | ||
31 | { | ||
32 | BASE, | ||
33 | EFFECTIVE | ||
34 | } comparison_mode_t; | ||
35 | |||
36 | int __edf_higher_prio(struct task_struct* first, comparison_mode_t first_mode, | 30 | int __edf_higher_prio(struct task_struct* first, comparison_mode_t first_mode, |
37 | struct task_struct* second, comparison_mode_t second_mode); | 31 | struct task_struct* second, comparison_mode_t second_mode); |
38 | 32 | ||