Several BugFixes and updates:
[libfirm] / ir / be / bemodule.h
index 80bec6a..62401fd 100644 (file)
  * PURPOSE.
  */
 
-/*
- * Author:      Matthias Braun
- * Date:               11.12.2006
- * Copyright:   (c) Universitaet Karlsruhe
- * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+/**
+ * @file
+ * @brief       Backend module interface.
+ * @author      Matthias Braun
+ * @date        11.12.2006
+ * @version     $Id$
  */
-#ifndef BEMODULE_H_
-#define BEMODULE_H_
+#ifndef FIRM_BE_BEMODULE_H
+#define FIRM_BE_BEMODULE_H
 
 /**
  * Mark a function as module constructor.
@@ -63,4 +64,4 @@ void be_add_module_list_opt(lc_opt_entry_t *grp, const char *name,
                             be_module_list_entry_t * const * first,
                             void **var);
 
-#endif
+#endif /* FIRM_BE_BEMODULE_H */