]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/ocaml/contrib/byterun/globroots.h
Inital import
[l4.git] / l4 / pkg / ocaml / contrib / byterun / globroots.h
1 /***********************************************************************/
2 /*                                                                     */
3 /*                           Objective Caml                            */
4 /*                                                                     */
5 /*           Xavier Leroy, projet Cristal, INRIA Rocquencourt          */
6 /*                                                                     */
7 /*  Copyright 2001 Institut National de Recherche en Informatique et   */
8 /*  en Automatique.  All rights reserved.  This file is distributed    */
9 /*  under the terms of the GNU Library General Public License, with    */
10 /*  the special exception on linking described in file ../LICENSE.     */
11 /*                                                                     */
12 /***********************************************************************/
13
14 /* $Id: globroots.h 8828 2008-03-10 19:56:39Z xleroy $ */
15
16 /* Registration of global memory roots */
17
18 #ifndef CAML_GLOBROOTS_H
19 #define CAML_GLOBROOTS_H
20
21 #include "mlvalues.h"
22 #include "roots.h"
23
24 void caml_scan_global_roots(scanning_action f);
25 void caml_scan_global_young_roots(scanning_action f);
26
27 #endif /* CAML_GLOBROOTS_H */