[project @ 2000-12-19 12:55:18 by simonmar]
[ghc-hetmet.git] / ghc / compiler / parser / hschooks.h
diff --git a/ghc/compiler/parser/hschooks.h b/ghc/compiler/parser/hschooks.h
new file mode 100644 (file)
index 0000000..38a7d9f
--- /dev/null
@@ -0,0 +1,9 @@
+/* -----------------------------------------------------------------------------
+ * $Id: hschooks.h,v 1.1 2000/12/19 12:55:18 simonmar Exp $
+ *
+ * Hooks into the RTS from the compiler.
+ *
+ * -----------------------------------------------------------------------------
+
+void enableTimingStats( void );
+void setHeapSize( HsInt size );