Added firm pseudo architecture
authorSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Wed, 11 May 2005 12:53:36 +0000 (12:53 +0000)
committerSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Wed, 11 May 2005 12:53:36 +0000 (12:53 +0000)
ir/be/bearch_firm.h [new file with mode: 0644]

diff --git a/ir/be/bearch_firm.h b/ir/be/bearch_firm.h
new file mode 100644 (file)
index 0000000..05cd52f
--- /dev/null
@@ -0,0 +1,21 @@
+
+/**
+ * @file   bearch_firm.h
+ * @date   11.05.2005
+ * @author Sebastian Hack
+ *
+ * An instruction set architecture made up of firm nodes.
+ *
+ * Copyright (C) 2005 Universitaet Karlsruhe
+ * Released under the GPL
+ */
+
+#ifndef _BEARCH_FIRM_H
+#define _BEARCH_FIRM_H
+
+#include "bearch.h"
+
+extern const arch_isa_if_t firm_isa;
+extern const arch_irn_handler_t firm_irn_handler;
+
+#endif /* _BEARCH_FIRM_H */