Rename arch_register_req_type_should_be_different to the more appropriate arch_regist...
[libfirm] / ir / net / firmnet_t.h
index c0557f7..4d8d92a 100644 (file)
@@ -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