X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FTimer.h;h=f0b545991295cf0ecf6915e3097ace68c3f55ef7;hb=9ccda9a0f26fa0f2f1db3d61d7d93ae32ca3c8b7;hp=1fe857d9692b600ed27a971b76acc18aa88db3d2;hpb=93db1991b5cacf8357493a2e17fbbfb485f3205b;p=ghc-hetmet.git diff --git a/rts/Timer.h b/rts/Timer.h index 1fe857d..f0b5459 100644 --- a/rts/Timer.h +++ b/rts/Timer.h @@ -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 int startTimer(void); -extern int stopTimer(void); +RTS_PRIVATE void initTimer (void); +RTS_PRIVATE void exitTimer (void); #endif /* TIMER_H */