X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeabi_t.h;h=03a88e6859c47225cbd03489af2e7eaed3a2ce55;hb=6f4069bee42c4f7f88ccb7824f7029b7e3f0b087;hp=790d4e31c1c1483e31423740e7799c4aacd0d5da;hpb=bcc3cc69f3fe3b5262f456ef9a7398f708a7cb21;p=libfirm diff --git a/ir/be/beabi_t.h b/ir/be/beabi_t.h index 790d4e31c..03a88e685 100644 --- a/ir/be/beabi_t.h +++ b/ir/be/beabi_t.h @@ -6,7 +6,10 @@ #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