RTS tidyup sweep, first phase
[ghc-hetmet.git] / includes / rts / Timer.h
diff --git a/includes/rts/Timer.h b/includes/rts/Timer.h
new file mode 100644 (file)
index 0000000..e3a5c2d
--- /dev/null
@@ -0,0 +1,15 @@
+/* -----------------------------------------------------------------------------
+ *
+ * (c) The GHC Team, 1995-2006
+ *
+ * Interface to the RTS timer signal (uses OS-dependent Ticker.h underneath)
+ *
+ * ---------------------------------------------------------------------------*/
+
+#ifndef RTS_TIMER_H
+#define RTS_TIMER_H
+
+void startTimer (void);
+void stopTimer  (void);
+
+#endif /* RTS_TIMER_H */