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