X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeabi_t.h;h=9acdd686e07fe21037fc80f9e1ae5a65a0dadfb4;hb=4ed245f5007168dab7850942a7ee6b6b29a19817;hp=790d4e31c1c1483e31423740e7799c4aacd0d5da;hpb=bcc3cc69f3fe3b5262f456ef9a7398f708a7cb21;p=libfirm diff --git a/ir/be/beabi_t.h b/ir/be/beabi_t.h index 790d4e31c..9acdd686e 100644 --- a/ir/be/beabi_t.h +++ b/ir/be/beabi_t.h @@ -1,12 +1,15 @@ /** - * 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; #endif