initial checkin for BEARCH typedefs
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Mon, 13 Mar 2006 11:33:16 +0000 (11:33 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Mon, 13 Mar 2006 11:33:16 +0000 (11:33 +0000)
ir/be/bearch_t.h [new file with mode: 0644]

diff --git a/ir/be/bearch_t.h b/ir/be/bearch_t.h
new file mode 100644 (file)
index 0000000..50e5d0b
--- /dev/null
@@ -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_ */