[project @ 2004-08-13 13:04:50 by simonmar]
[ghc-hetmet.git] / ghc / rts / StgRun.h
index e1e7031..2ea64cd 100644 (file)
@@ -1,5 +1,6 @@
 /* -----------------------------------------------------------------------------
- * $Id: StgRun.h,v 1.2 1998/12/02 13:28:54 simonm Exp $
+ *
+ * (c) The GHC Team, 1998-2004
  *
  * Tiny assembler 'layer' between the C and STG worlds.
  * 
@@ -8,9 +9,8 @@
 #ifndef STGRUN_H
 #define STGRUN_H
 
-#include "Storage.h"  /* for {Open,Close}Nursery functions */
+extern StgThreadReturnCode StgRun(StgFunPtr f, StgRegTable *basereg);
 
-extern StgThreadReturnCode StgRun(StgFunPtr f);
-EXTFUN(StgReturn);
+RTS_FUN(StgReturn);
 
-#endif STGRUN_H
+#endif /* STGRUN_H */