3dc948b6ed4b2735787096331edb8ca3b858bd39
[ghc-hetmet.git] / ghc / rts / StgRun.h
1 /* -----------------------------------------------------------------------------
2  * $Id: StgRun.h,v 1.4 1999/11/02 15:06:04 simonmar 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, StgRegTable *basereg);
16 EXTFUN(StgReturn);
17
18 #endif STGRUN_H