rts_isProfiled should be a visible API (fixes T2615(dyn))
[ghc-hetmet.git] / includes / rts / prof / CCS.h
index 90224d7..b210991 100644 (file)
@@ -14,6 +14,9 @@
 #ifndef RTS_PROF_CCS_H
 #define RTS_PROF_CCS_H
 
+// Returns non-zero if the RTS is a profiling version
+int rts_isProfiled(void);
+
 /* -----------------------------------------------------------------------------
  * Data Structures 
  * ---------------------------------------------------------------------------*/