summaryrefslogtreecommitdiff
path: root/ghc/lib/misc/cbits/decls.h
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/lib/misc/cbits/decls.h')
-rw-r--r--ghc/lib/misc/cbits/decls.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/ghc/lib/misc/cbits/decls.h b/ghc/lib/misc/cbits/decls.h
new file mode 100644
index 0000000000..c15ce41e94
--- /dev/null
+++ b/ghc/lib/misc/cbits/decls.h
@@ -0,0 +1,11 @@
+#ifndef GHC_CBITS_DECLS_H
+#define GHC_CBITS_DECLS_H
+
+StgByteArray getCPUTime(StgByteArray);
+StgInt getClockTime(StgByteArray, StgByteArray);
+StgAddr showTime(I_, StgByteArray, StgByteArray);
+StgAddr toClockSec(I_, I_, I_, I_, I_, I_, I_, StgByteArray);
+StgAddr toLocalTime(I_, StgByteArray, StgByteArray);
+StgAddr toUTCTime (I_, StgByteArray, StgByteArray);
+
+#endif