[project @ 1999-08-25 16:11:43 by simonmar]
[ghc-hetmet.git] / ghc / rts / HeapStackCheck.h
1 /* -----------------------------------------------------------------------------
2  * $Id: HeapStackCheck.h,v 1.4 1999/08/25 16:11:48 simonmar Exp $
3  *
4  * (c) The GHC Team, 1998-1999
5  *
6  * Prototypes for functions in HeapStackCheck.hc
7  *
8  * ---------------------------------------------------------------------------*/
9
10 EXTFUN(stg_gc_entertop);
11 EXTFUN(stg_gc_enter_1);
12 EXTFUN(stg_gc_enter_2);
13 EXTFUN(stg_gc_enter_3);
14 EXTFUN(stg_gc_enter_4);
15 EXTFUN(stg_gc_enter_5);
16 EXTFUN(stg_gc_enter_6);
17 EXTFUN(stg_gc_enter_7);
18 EXTFUN(stg_gc_enter_8);
19 EXTFUN(stg_gc_seq_1);
20 EXTFUN(stg_gc_noregs);
21 EXTFUN(stg_gc_unpt_r1_entry);
22 EXTFUN(stg_gc_unpt_r1);
23 EXTFUN(stg_gc_unbx_r1_entry);
24 EXTFUN(stg_gc_unbx_r1);
25 EXTFUN(stg_gc_f1_entry);
26 EXTFUN(stg_gc_f1);
27 EXTFUN(stg_gc_d1_entry);
28 EXTFUN(stg_gc_d1);
29 EXTFUN(stg_gc_ut_1_0_entry);
30 EXTFUN(stg_gc_ut_1_0);
31 EXTFUN(stg_gc_ut_0_1_entry);
32 EXTFUN(stg_gc_ut_0_1);
33 EXTFUN(stg_chk_0);
34 EXTFUN(stg_chk_1);
35 EXTFUN(stg_chk_1n);
36 EXTFUN(stg_chk_2);
37 EXTFUN(stg_chk_3);
38 EXTFUN(stg_chk_4);
39 EXTFUN(stg_chk_5);
40 EXTFUN(stg_chk_6);
41 EXTFUN(stg_chk_7);
42 EXTFUN(stg_chk_8);
43 EXTFUN(stg_gen_chk_ret);
44 EXTFUN(stg_gen_chk);
45 EXTFUN(stg_gen_hp);
46 EXTFUN(stg_gen_yield);
47 EXTFUN(stg_yield_noregs);
48 EXTFUN(stg_yield_to_Hugs);
49 EXTFUN(stg_gen_block);
50 EXTFUN(stg_block_noregs);
51 EXTFUN(stg_block_1);