X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fmips%2Fmips_scheduler.h;h=19c8a5cc185ab215a031e2e438ae35fb1670ca20;hb=39cb52264857d7c21c7141ba82bb55adaa78064d;hp=e16a83bbba99387333e3b6139a42739a8cab4dc2;hpb=18dfdacb6faf2f93d4f6f9a6362584f8c7eb30a1;p=libfirm diff --git a/ir/be/mips/mips_scheduler.h b/ir/be/mips/mips_scheduler.h index e16a83bbb..19c8a5cc1 100644 --- a/ir/be/mips/mips_scheduler.h +++ b/ir/be/mips/mips_scheduler.h @@ -1,8 +1,34 @@ -#ifndef _MIPS_SCHEDULER_H_ -#define _MIPS_SCHEDULER_H_ +/* + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. + * + * This file is part of libFirm. + * + * This file may be distributed and/or modified under the terms of the + * GNU General Public License version 2 as published by the Free Software + * Foundation and appearing in the file LICENSE.GPL included in the + * packaging of this file. + * + * Licensees holding valid libFirm Professional Edition licenses may use + * this file in accordance with the libFirm Commercial License. + * Agreement provided with the Software. + * + * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE + * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE. + */ -#include "../besched_t.h" +/** + * @file + * @brief mips scheduler + * @author Matthias Braun, Mehdi + * @version $Id$ + */ +#ifndef FIRM_BE_MIPS_MIPS_SCHEDULER_H +#define FIRM_BE_MIPS_MIPS_SCHEDULER_H -const list_sched_selector_t *mips_get_list_sched_selector(const void *self); +#include "../besched.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