[project @ 2001-09-04 18:29:20 by ken]
[ghc-hetmet.git] / ghc / rts / StgStartup.h
1 /* -----------------------------------------------------------------------------
2  * $Id: StgStartup.h,v 1.5 2001/09/04 18:29:21 ken 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 EXTFUN(stg_init_ret);
16 EXTFUN(stg_init);
17 EXTFUN(__stginit_PrelGHC);