[project @ 2004-02-12 02:04:59 by mthomas]
[ghc-hetmet.git] / ghc / rts / StgRun.h
1 /* -----------------------------------------------------------------------------
2  * $Id: StgRun.h,v 1.6 2001/05/25 18:33:46 sof 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 extern StgThreadReturnCode StgRun(StgFunPtr f, StgRegTable *basereg);
14
15 EXTFUN(StgReturn);
16
17 #endif /* STGRUN_H */
18