added some comments
[libfirm] / ir / be / beabi_t.h
index 790d4e3..c17f095 100644 (file)
@@ -1,12 +1,16 @@
 
 /**
- * Type declarations for the BAI module.
+ * Type declarations for the ABI module.
  */
 
 #ifndef _BEABI_T_h
 #define _BEABI_T_h
 
-typedef struct _be_abi_call_t be_abi_call_t;
-typedef struct _be_abi_irg_t  be_abi_irg_t;
+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;
+typedef struct _be_abi_callbacks_t       be_abi_callbacks_t;
+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