X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2Frts%2FTimer.h;h=9563f6a4492f25d6c5fe588a0d1e62bd790b47ef;hb=47808bdc0bae8e5ba2910c85ea6c0699af01e97c;hp=e3a5c2dc696c0a8520ffeb905c8c505df8232a15;hpb=a2a67cd520b9841114d69a87a423dabcb3b4368e;p=ghc-hetmet.git diff --git a/includes/rts/Timer.h b/includes/rts/Timer.h index e3a5c2d..9563f6a 100644 --- a/includes/rts/Timer.h +++ b/includes/rts/Timer.h @@ -1,9 +1,14 @@ /* ----------------------------------------------------------------------------- * - * (c) The GHC Team, 1995-2006 + * (c) The GHC Team, 1995-2009 * * Interface to the RTS timer signal (uses OS-dependent Ticker.h underneath) * + * Do not #include this file directly: #include "Rts.h" instead. + * + * To understand the structure of the RTS headers, see the wiki: + * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * * ---------------------------------------------------------------------------*/ #ifndef RTS_TIMER_H @@ -11,5 +16,6 @@ void startTimer (void); void stopTimer (void); +int rtsTimerSignal (void); #endif /* RTS_TIMER_H */