[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / rts / StgRun.h
1 /* -----------------------------------------------------------------------------
2  * $Id: StgRun.h,v 1.2 1998/12/02 13:28:54 simonm Exp $
3  *
4  * Tiny assembler 'layer' between the C and STG worlds.
5  * 
6  ---------------------------------------------------------------------------- */
7
8 #ifndef STGRUN_H
9 #define STGRUN_H
10
11 #include "Storage.h"  /* for {Open,Close}Nursery functions */
12
13 extern StgThreadReturnCode StgRun(StgFunPtr f);
14 EXTFUN(StgReturn);
15
16 #endif STGRUN_H