Reorganisation of the source tree
[ghc-hetmet.git] / rts / Ticker.h
diff --git a/rts/Ticker.h b/rts/Ticker.h
new file mode 100644 (file)
index 0000000..f955576
--- /dev/null
@@ -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 */