X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FTimer.h;h=59b695cac27d8eebdff8a28d7642a391f5eba12c;hp=6d3c4150b091846c87b5d5c701bab537cf5945dc;hb=8d71be7cbd079f5eab23484a53a43b59dd0399e5;hpb=37e27d92a0fc14105e4533514c3995fccd6da9fe diff --git a/rts/Timer.h b/rts/Timer.h index 6d3c415..59b695c 100644 --- a/rts/Timer.h +++ b/rts/Timer.h @@ -2,16 +2,16 @@ * * (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 initTimer(void); extern void startTimer(void); extern void stopTimer(void); +extern void exitTimer(void); #endif /* TIMER_H */