Split GC.c, and move storage manager into sm/ directory
[ghc-hetmet.git] / rts / sm / GCUtils.h
diff --git a/rts/sm/GCUtils.h b/rts/sm/GCUtils.h
new file mode 100644 (file)
index 0000000..c110323
--- /dev/null
@@ -0,0 +1,10 @@
+/* ----------------------------------------------------------------------------
+ *
+ * (c) The GHC Team 1998-2006
+ *
+ * Generational garbage collector: utilities
+ *
+ * --------------------------------------------------------------------------*/
+
+bdescr *gc_alloc_block(step *stp);
+bdescr *gc_alloc_scavd_block(step *stp);