made the stack layout accessible for the debug output
[libfirm] / ir / be / beabi_t.h
index 9acdd68..c17f095 100644 (file)
@@ -11,5 +11,6 @@ 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;
+typedef struct _be_stack_layout_t        be_stack_layout_t;
 
 #endif