renamed structures containing settings to ir_settings_*_t and place them in firm_types.h
[libfirm] / ir / be / bemachnode.h
index 61efa88..9fb202c 100644 (file)
  */
 
 /**
- * Support for machine nodes with machine operands.
- *
- * @author Michael Beck
+ * @file
+ * @brief       Support for machine nodes with machine operands.
+ * @author      Michael Beck
+ * @version     $Id$
  */
-#ifndef _BEMACHNODES_H
-#define _BEMACHNODES_H
+#ifndef FIRM_BE_BEMACHNODES_H
+#define FIRM_BE_BEMACHNODES_H
 
 #include "firm_types.h"
 
@@ -94,4 +95,4 @@ int get_mirn_arity(mirn_handle h);
 /* Convenience: Returns the arity of a machine node. */
 int _get_mirn_arity(ir_node *n);
 
-#endif /* _BEMACHNODES_H */
+#endif /* FIRM_BE_BEMACHNODES_H */