063c9f529aeb48c1a6096ff8df1e29df183ee62a
[ghc-hetmet.git] / ghc / rts / Interpreter.h
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team, 1998-2002.
4  *
5  * Prototypes for functions in Interpreter.c
6  *
7  * ---------------------------------------------------------------------------*/
8
9 #ifndef INTERPRETER_H
10 #define INTERPRETER_H
11
12 extern StgThreadReturnCode interpretBCO (Capability* cap);
13
14 #endif /* INTERPRETER_H */