merge upstream HEAD
[ghc-hetmet.git] / rts / Timer.h
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team, 1995-2006
4  *
5  * Interface to the RTS timer signal (uses OS-dependent Ticker.h underneath)
6  *
7  * ---------------------------------------------------------------------------*/
8
9 #ifndef TIMER_H
10 #define TIMER_H
11
12 RTS_PRIVATE void initTimer (void);
13 RTS_PRIVATE void exitTimer (rtsBool wait);
14
15 #endif /* TIMER_H */