update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / rts / Globals.h
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team, 2006-2009
4  *
5  * The RTS stores some "global" values on behalf of libraries, so that
6  * some libraries can ensure that certain top-level things are shared
7  * even when multiple versions of the library are loaded.  e.g. see
8  * Data.Typeable and GHC.Conc.
9  *
10  * ---------------------------------------------------------------------------*/
11
12 #ifndef GLOBALS_H
13 #define GLOBALS_H
14
15 RTS_PRIVATE void initGlobalStore(void);
16 RTS_PRIVATE void exitGlobalStore(void);
17
18 #endif
19