fixed some minor bugs
[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_t be_abi_call_t;
10 typedef struct _be_abi_irg_t  be_abi_irg_t;
11
12 #endif