RTS tidyup sweep, first phase
[ghc-hetmet.git] / rts / Timer.h
index 6d3c415..c679a58 100644 (file)
@@ -2,16 +2,14 @@
  *
  * (c) The GHC Team, 1995-2006
  *
- * Interval timer service for profiling and pre-emptive scheduling.
+ * Interface to the RTS timer signal (uses OS-dependent Ticker.h underneath)
  *
  * ---------------------------------------------------------------------------*/
 
 #ifndef TIMER_H
 #define TIMER_H
 
-typedef void (*TickProc)(int);
-
-extern void startTimer(void);
-extern void stopTimer(void);
+void initTimer (void);
+void exitTimer (void);
 
 #endif /* TIMER_H */