update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / 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 RTS_PRIVATE Capability *interpretBCO (Capability* cap);
13
14 #endif /* INTERPRETER_H */