summaryrefslogtreecommitdiff
path: root/ghc/rts/Ticker.h
blob: f9555768b5bcbe4b3bf391235721c0900f9cac64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* -----------------------------------------------------------------------------
 *
 * (c) The GHC Team 2005
 *
 * Ticker interface (implementation is OS-specific)
 *
 * ---------------------------------------------------------------------------*/

#ifndef TICKER_H
#define TICKER_H

extern int  startTicker( nat ms, TickProc handle_tick );
extern int  stopTicker ( void );

#endif /* TICKER_H */