669a0a193e81510cb235214e596abdbee394a50e
[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 );
7 extern int  stopTicker ( void );
8 #endif /* __TICKER_H__ */
9