From a8648d35f25f74878280f352d740fb7a50a56be0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Mon, 13 Mar 2006 11:33:16 +0000 Subject: [PATCH] initial checkin for BEARCH typedefs --- ir/be/bearch_t.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ir/be/bearch_t.h diff --git a/ir/be/bearch_t.h b/ir/be/bearch_t.h new file mode 100644 index 000000000..50e5d0beb --- /dev/null +++ b/ir/be/bearch_t.h @@ -0,0 +1,21 @@ + +/** + * Type declarations for the BEARCH module. + * $Id$ + */ + +#ifndef _BEARCH_T_H_ +#define _BEARCH_T_H_ + +typedef struct _arch_register_class_t arch_register_class_t; +typedef struct _arch_register_t arch_register_t; +typedef struct _arch_isa_if_t arch_isa_if_t; +typedef struct _arch_isa_t arch_isa_t; +typedef struct _arch_env_t arch_env_t; +typedef struct _arch_irn_ops_if_t arch_irn_ops_if_t; +typedef struct _arch_irn_ops_t arch_irn_ops_t; +typedef struct _arch_irn_handler_t arch_irn_handler_t; +typedef struct _arch_code_generator_t arch_code_generator_t; +typedef struct _arch_code_generator_if_t arch_code_generator_if_t; + +#endif /* _BEARCH_T_H_ */ -- 2.20.1