we don't need no stinking selfs
[libfirm] / ir / be / beabi_t.h
index 9b382d5..f3fc276 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.
  *
  */
 
 /**
- * Type declarations for the ABI module.
+ * @file
+ * @brief       Type declarations for the ABI module.
+ * @author      Sebastian Hack
+ * @version     $Id$
  */
-
-#ifndef _BEABI_T_H_
-#define _BEABI_T_H_
+#ifndef FIRM_BE_BEABI_T_H
+#define FIRM_BE_BEABI_T_H
 
 typedef struct _be_abi_call_flags_bits_t be_abi_call_flags_bits_t;
 typedef union  _be_abi_call_flags_t      be_abi_call_flags_t;
@@ -31,4 +33,4 @@ typedef struct _be_abi_call_t            be_abi_call_t;
 typedef struct _be_abi_irg_t             be_abi_irg_t;
 typedef struct _be_stack_layout_t        be_stack_layout_t;
 
-#endif /* _BEABI_T_H_ */
+#endif /* FIRM_BE_BEABI_T_H */