[project @ 2004-02-12 02:04:59 by mthomas]
[ghc-hetmet.git] / ghc / rts / Interpreter.h
1 /* -----------------------------------------------------------------------------
2  * $Id: Interpreter.h,v 1.4 2002/12/11 15:36:42 simonmar Exp $
3  *
4  * (c) The GHC Team, 1998-2002.
5  *
6  * Prototypes for functions in Interpreter.c
7  *
8  * ---------------------------------------------------------------------------*/
9
10 #ifndef INTERPRETER_H
11 #define INTERPRETER_H
12
13 extern StgThreadReturnCode interpretBCO (Capability* cap);
14
15 #endif // INTERPRETER_H