summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2020-11-03 17:01:28 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2020-11-03 17:01:28 +0000
commit655f9d557c8aeb7eabfc8c735732f0e6b137a3e8 (patch)
tree8e8fb51d61c7513321f96ddf4317b921d3c90fcd
parent5e13439ae474312e5a0febc1290b5f99e92af7b2 (diff)
downloadhaskell-655f9d557c8aeb7eabfc8c735732f0e6b137a3e8.tar.gz
Add missing file
-rw-r--r--includes/rts/IPE.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/includes/rts/IPE.h b/includes/rts/IPE.h
new file mode 100644
index 0000000000..61b0915382
--- /dev/null
+++ b/includes/rts/IPE.h
@@ -0,0 +1,17 @@
+/* -----------------------------------------------------------------------------
+ *
+ * (c) The GHC Team, 2017-2018
+ *
+ * IPE API
+ *
+ * Do not #include this file directly: #include "Rts.h" instead.
+ *
+ * To understand the structure of the RTS headers, see the wiki:
+ * https://gitlab.haskell.org/ghc/ghc/wikis/commentary/source-tree/includes
+ *
+ * -------------------------------------------------------------------------- */
+
+#pragma once
+
+void registerInfoProvList(InfoProvEnt **cc_list);
+InfoProvEnt * lookupIPE(StgClosure *info); \ No newline at end of file