[project @ 1999-02-05 16:02:18 by simonm]
[ghc-hetmet.git] / ghc / rts / StgStartup.h
1 /* -----------------------------------------------------------------------------
2  * $Id: StgStartup.h,v 1.3 1999/02/05 16:03:00 simonm Exp $
3  *
4  * (c) The GHC Team, 1998-1999
5  *
6  * Code for starting, stopping and restarting threads.
7  *
8  * ---------------------------------------------------------------------------*/
9
10 extern const StgPolyInfoTable stg_stop_thread_info;
11 EXTFUN(stg_stop_thread_entry);
12 EXTFUN(stg_returnToStackTop);
13 EXTFUN(stg_enterStackTop);
14
15 #ifdef PROFILING
16 EXTFUN(stg_register_ret);
17 EXTFUN(stg_register);
18 EXTFUN(regPrelGHC);
19 #endif