[project @ 2000-12-14 15:19:47 by sewardj]
[ghc-hetmet.git] / ghc / rts / HeapStackCheck.h
1 /* -----------------------------------------------------------------------------
2  * $Id: HeapStackCheck.h,v 1.6 2000/12/14 15:19:47 sewardj 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_hponly);
12 EXTFUN(stg_gc_enter_1);
13 EXTFUN(stg_gc_enter_2);
14 EXTFUN(stg_gc_enter_3);
15 EXTFUN(stg_gc_enter_4);
16 EXTFUN(stg_gc_enter_5);
17 EXTFUN(stg_gc_enter_6);
18 EXTFUN(stg_gc_enter_7);
19 EXTFUN(stg_gc_enter_8);
20 EXTFUN(stg_gc_seq_1);
21 EXTFUN(stg_gc_noregs);
22 EXTFUN(stg_gc_unpt_r1_entry);
23 EXTFUN(stg_gc_unpt_r1);
24 EXTFUN(stg_gc_unbx_r1_entry);
25 EXTFUN(stg_gc_unbx_r1);
26 EXTFUN(stg_gc_f1_entry);
27 EXTFUN(stg_gc_f1);
28 EXTFUN(stg_gc_d1_entry);
29 EXTFUN(stg_gc_d1);
30 EXTFUN(stg_gc_ut_1_0_entry);
31 EXTFUN(stg_gc_ut_1_0);
32 EXTFUN(stg_gc_ut_0_1_entry);
33 EXTFUN(stg_gc_ut_0_1);
34 EXTFUN(stg_chk_0);
35 EXTFUN(stg_chk_1);
36 EXTFUN(stg_chk_1n);
37 EXTFUN(stg_chk_2);
38 EXTFUN(stg_chk_3);
39 EXTFUN(stg_chk_4);
40 EXTFUN(stg_chk_5);
41 EXTFUN(stg_chk_6);
42 EXTFUN(stg_chk_7);
43 EXTFUN(stg_chk_8);
44 EXTFUN(stg_gen_chk_ret);
45 EXTFUN(stg_gen_chk);
46 EXTFUN(stg_gen_hp);
47 EXTFUN(stg_gen_yield);
48 EXTFUN(stg_yield_noregs);
49 EXTFUN(stg_yield_to_interpreter);
50 EXTFUN(stg_gen_block);
51 EXTFUN(stg_block_noregs);
52 EXTFUN(stg_block_1);