rename set_using_visited to set_using_irn_visited, some cosmetics, remove obsolete...
[libfirm] / ir / be / TEMPLATE / bearch_TEMPLATE.h
index 5e070fd..febb721 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
  * PURPOSE.
  */
 
-#ifndef _BEARCH_TEMPLATE_H_
-#define _BEARCH_TEMPLATE_H_
+/**
+ * @file
+ * @brief   declarations for TEMPLATE backend
+ * @version $Id$
+ */
+#ifndef FIRM_BE_TEMPLATE_BEARCH_TEMPLATE_H
+#define FIRM_BE_TEMPLATE_BEARCH_TEMPLATE_H
 
 #include "../bearch_t.h"
 
 extern const arch_isa_if_t TEMPLATE_isa_if;
 
-#endif /* _BEARCH_TEMPLATE_H_ */
+#endif