Haskell Program Coverage
[ghc-hetmet.git] / rts / Hpc.h
diff --git a/rts/Hpc.h b/rts/Hpc.h
new file mode 100644 (file)
index 0000000..a0ff40b
--- /dev/null
+++ b/rts/Hpc.h
@@ -0,0 +1,10 @@
+#ifndef HPC_H
+#define HPC_H
+
+extern void startupHpc(void);
+extern void exitHpc(void);
+
+#endif /* HPC_H */
+
+
+