X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeabi.h;h=144b1b3610f9f39cce3ed1eabf1a8628d6997bb4;hb=aebc3c0c980bcc0536ffdc4cb2a545961b5a8b81;hp=90de696178841241711f36e4b268019f9da207c8;hpb=205396c4f4f5abe7abd6dc2350c8c398a7623afc;p=libfirm diff --git a/ir/be/beabi.h b/ir/be/beabi.h index 90de69617..144b1b361 100644 --- a/ir/be/beabi.h +++ b/ir/be/beabi.h @@ -1,8 +1,30 @@ +/* + * 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. + */ + /** - * Backend ABI implementation. + * @file + * @brief Backend ABI implementation. + * @author Sebastian Hack + * @version $Id$ */ -#ifndef FIRM_BEABI_H -#define FIRM_BEABI_H +#ifndef FIRM_BE_BEABI_H +#define FIRM_BE_BEABI_H #include "firm_types.h" @@ -176,4 +198,4 @@ const be_stack_layout_t *be_abi_get_stack_layout(const be_abi_irg_t *abi); */ int be_abi_omit_fp(const be_abi_irg_t *abi); -#endif /* _BEABI_H */ +#endif /* FIRM_BE_BEABI_H */