X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbemodule.h;h=95e6911e153021b99e2f112e8e41051f64b625ef;hb=2e291eab8268af551488b1f4fb4d9ca61b625e33;hp=e66545c5db45368ad27bf4cb7e57b7b7b19bd8f7;hpb=863d31d7a5c8210432fef88b30fc3e8353131538;p=libfirm diff --git a/ir/be/bemodule.h b/ir/be/bemodule.h index e66545c5d..95e6911e1 100644 --- a/ir/be/bemodule.h +++ b/ir/be/bemodule.h @@ -1,11 +1,31 @@ /* - * Author: Matthias Braun - * Date: 11.12.2006 - * Copyright: (c) Universitaet Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. + * 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. */ -#ifndef BEMODULE_H_ -#define BEMODULE_H_ + +/** + * @file + * @brief Backend module interface. + * @author Matthias Braun + * @date 11.12.2006 + * @version $Id$ + */ +#ifndef FIRM_BE_BEMODULE_H +#define FIRM_BE_BEMODULE_H /** * Mark a function as module constructor. @@ -32,7 +52,7 @@ void be_quit_modules(void); //--------------------------------------------------------------------------- -#include +#include "lc_opts.h" typedef struct be_module_list_entry_t be_module_list_entry_t; @@ -44,4 +64,4 @@ void be_add_module_list_opt(lc_opt_entry_t *grp, const char *name, be_module_list_entry_t * const * first, void **var); -#endif +#endif /* FIRM_BE_BEMODULE_H */