added function to retireve ilp scheduler interface
[libfirm] / ir / be / mips / mips_scheduler.h
index c3de748..8cb9258 100644 (file)
@@ -1,15 +1,9 @@
 #ifndef _MIPS_SCHEDULER_H_
-
 #define _MIPS_SCHEDULER_H_
 
-
-
 #include "../besched_t.h"
 
-
-
 const list_sched_selector_t *mips_get_list_sched_selector(const void *self, list_sched_selector_t *selector);
-
-
+const ilp_sched_selector_t *mips_get_ilp_sched_selector(const void *self);
 
 #endif