1 /* -----------------------------------------------------------------------------
3 * (c) The GHC Team, 1995-2009
5 * Interface to the RTS timer signal (uses OS-dependent Ticker.h underneath)
7 * Do not #include this file directly: #include "Rts.h" instead.
9 * To understand the structure of the RTS headers, see the wiki:
10 * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
12 * ---------------------------------------------------------------------------*/
17 void startTimer (void);
18 void stopTimer (void);
20 #endif /* RTS_TIMER_H */