FIX BUILD (on Windows): follow changes to make threaded RTS compile with -fasm
[ghc-hetmet.git] / includes / RtsTypeable.h
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team, 2006
4  *
5  *  Support for shared Typeable
6  *
7  * ---------------------------------------------------------------------------*/\r
8 \r
9 #ifndef GHC_RTS_TYPEABLE_H\r
10 #define GHC_RTS_TYPEABLE_H\r
11 \r
12 #include "Stg.h"\r
13 \r
14 void initTypeableStore(void);\r
15 void exitTypeableStore(void);\r
16 \r
17 StgPtr getOrSetTypeableStore(StgPtr);\r
18 \r
19 #endif\r