Added some types
[libfirm] / ir / be / beabi_t.h
1
2 /**
3  * Type declarations for the BAI module.
4  */
5
6 #ifndef _BEABI_T_h
7 #define _BEABI_T_h
8
9 typedef struct _be_abi_call_flags_bits_t be_abi_call_flags_bits_t;
10 typedef union  _be_abi_call_flags_t      be_abi_call_flags_t;
11 typedef struct _be_abi_callbacks_t       be_abi_callbacks_t;
12 typedef struct _be_abi_call_t            be_abi_call_t;
13 typedef struct _be_abi_irg_t             be_abi_irg_t;
14
15 #endif