[project @ 2005-10-20 14:00:36 by simonmar]
[ghc-hetmet.git] / ghc / rts / win32 / Ticker.h
1 /*
2  * RTS periodic timers (win32)
3  */
4 #ifndef __TICKER_H__
5 #define __TICKER_H__
6 extern int  startTicker( nat ms, TickProc handle_tick );
7 extern int  stopTicker ( void );
8 #endif /* __TICKER_H__ */
9