X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FTicker.h;fp=rts%2FTicker.h;h=f9555768b5bcbe4b3bf391235721c0900f9cac64;hb=0065d5ab628975892cea1ec7303f968c3338cbe1;hp=0000000000000000000000000000000000000000;hpb=28a464a75e14cece5db40f2765a29348273ff2d2;p=ghc-hetmet.git diff --git a/rts/Ticker.h b/rts/Ticker.h new file mode 100644 index 0000000..f955576 --- /dev/null +++ b/rts/Ticker.h @@ -0,0 +1,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 */