1 /* -----------------------------------------------------------------------------
3 * (c) The GHC Team 2005
5 * Ticker interface (implementation is OS-specific)
7 * ---------------------------------------------------------------------------*/
12 extern int startTicker( nat ms, TickProc handle_tick );
13 extern int stopTicker ( void );