Reorganisation of the source tree
[ghc-hetmet.git] / rts / Interpreter.h
diff --git a/rts/Interpreter.h b/rts/Interpreter.h
new file mode 100644 (file)
index 0000000..d66e636
--- /dev/null
@@ -0,0 +1,14 @@
+/* -----------------------------------------------------------------------------
+ *
+ * (c) The GHC Team, 1998-2002.
+ *
+ * Prototypes for functions in Interpreter.c
+ *
+ * ---------------------------------------------------------------------------*/
+
+#ifndef INTERPRETER_H
+#define INTERPRETER_H
+
+extern Capability *interpretBCO (Capability* cap);
+
+#endif /* INTERPRETER_H */