X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fmips%2Fmips_scheduler.h;h=d2feae8e8d57f98d9139452add61d29a237d412c;hb=f7dfa0917a2f0469129bbf9b4c0884d37810abcd;hp=77085433197f51caa1896995467b807409065c3b;hpb=b1487373cde4a60a03b781729eb879e594c6412f;p=libfirm diff --git a/ir/be/mips/mips_scheduler.h b/ir/be/mips/mips_scheduler.h index 770854331..d2feae8e8 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-2007 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. + */ + +/** + * @file + * @brief mips scheduler + * @author Matthias Braun, Mehdi + * @version $Id$ + */ +#ifndef FIRM_BE_MIPS_MIPS_SCHEDULER_H +#define FIRM_BE_MIPS_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