RTS tidyup sweep, first phase
[ghc-hetmet.git] / includes / rts / Globals.h
similarity index 84%
rename from includes/RtsGlobals.h
rename to includes/rts/Globals.h
index 476f112..71846e7 100644 (file)
@@ -9,13 +9,10 @@
  *
  * ---------------------------------------------------------------------------*/
 
-#ifndef RTSGLOBALS_H
-#define RTSGLOBALS_H
-
-void initGlobalStore(void);
-void exitGlobalStore(void);
+#ifndef RTS_GLOBALS_H
+#define RTS_GLOBALS_H
 
 StgStablePtr getOrSetTypeableStore(StgStablePtr value);
 StgStablePtr getOrSetSignalHandlerStore(StgStablePtr value);
 
-#endif
+#endif /* RTS_GLOBALS_H */