X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbe.h;h=a0877a12947825c96a21c30ce45ffc7f892ad695;hb=9276447aec4972df060349e162f583c4898dfec8;hp=b32376bbc42e440313f53da9f99b631aceda5b45;hpb=205396c4f4f5abe7abd6dc2350c8c398a7623afc;p=libfirm diff --git a/ir/be/be.h b/ir/be/be.h index b32376bbc..a0877a129 100644 --- a/ir/be/be.h +++ b/ir/be/be.h @@ -1,5 +1,30 @@ -#ifndef _BE_MAIN_H -#define _BE_MAIN_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 Generic backend types and interfaces. + * @author Sebastian Hack + * @version $Id$ + */ +#ifndef FIRM_BE_MAIN_H +#define FIRM_BE_MAIN_H #include #include "irarch.h" @@ -77,4 +102,4 @@ const char *be_retrieve_dbg_info(const dbg_info *dbg, unsigned *line); typedef struct be_main_env_t be_main_env_t; typedef struct be_options_t be_options_t; -#endif /* _BE_MAIN_H */ +#endif /* FIRM_BE_MAIN_H */