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