move backend into libfirm
[libfirm] / ir / be / beabi_t.h
1
2 /**
3  * Type declarations for the ABI 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 typedef struct _be_stack_layout_t        be_stack_layout_t;
15
16 #endif