be_abi_put_ignore_regs returns now number of ignore registers as unsigned
[libfirm] / ir / be / bestatevent.h
index 3d09273..4a62563 100644 (file)
@@ -1,11 +1,31 @@
-/**
- * Statistic events
- * @date 3.9.2006
- * @author Sebastian Hack
+/*
+ * 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.
  */
 
-#ifndef _BESTATEVENT_H
-#define _BESTATEVENT_H
+/**
+ * @file
+ * @brief       Statistic events.
+ * @author      Sebastian Hack
+ * @date        03.09.2006
+ * @version     $Id$
+ */
+#ifndef FIRM_BE_BESTATEVENT_H
+#define FIRM_BE_BESTATEVENT_H
 
 #include <stdio.h>
 
@@ -21,4 +41,4 @@ void be_stat_ev_ull(const char *ev, ulong64 value);
 
 int be_stat_ev_is_active(void);
 
-#endif /* _BESTATEVENT_H */
+#endif /* FIRM_BE_BESTATEVENT_H */