added ir/opt include
[libfirm] / ir / be / mips / mips_scheduler.h
1 #ifndef _MIPS_SCHEDULER_H_
2 #define _MIPS_SCHEDULER_H_
3
4 #include "../besched_t.h"
5
6 const list_sched_selector_t *mips_get_list_sched_selector(const void *self, list_sched_selector_t *selector);
7
8 #endif