X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fnet%2Ffirmnet_t.h;h=4d8d92a7e63937cd1dbb83b17c50e5457ce18761;hb=7e8388fa7996ff182d3aa4e0cdd41b27bed4982f;hp=c0557f7e0f694905734752254014a243e46cf1e9;hpb=460d9286145ec5a4b471e1ede75fc62f074ddfe5;p=libfirm diff --git a/ir/net/firmnet_t.h b/ir/net/firmnet_t.h index c0557f7e0..4d8d92a7e 100644 --- a/ir/net/firmnet_t.h +++ b/ir/net/firmnet_t.h @@ -1,5 +1,32 @@ -#ifndef _FIRMNET_T_H_ -#define _FIRMNET_T_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. + */ + +/** + * @file + * @brief Some convenience macros for firmnet.c + * @author Christian Wuerdig, implementation copied from liblpp created by Sebastian Hack + * @date 17.11.2006 + * @version $Id$ + */ + +#ifndef FIRM_NET_FIRMNET_T_H +#define FIRM_NET_FIRMNET_T_H #include "firmnet.h" @@ -43,4 +70,4 @@ #define ERRNO_CHECK(expr, op, cond) \ BASIC_ERRNO_CHECK(expr, op, cond, (void) 0) -#endif /* _FIRMNET_T_H_ */ +#endif