summaryrefslogtreecommitdiffstats
path: root/src/include/usr/runtime/runtime.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/runtime/runtime.H')
-rw-r--r--src/include/usr/runtime/runtime.H11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/usr/runtime/runtime.H b/src/include/usr/runtime/runtime.H
index e8605676b..5ae784b74 100644
--- a/src/include/usr/runtime/runtime.H
+++ b/src/include/usr/runtime/runtime.H
@@ -357,6 +357,17 @@ void findHdatLocation(uint64_t payloadBase_va,
uint64_t& o_hdat_offset,
size_t& o_hdat_size);
+/**
+ * @brief Finds the Rsvd Mem Trace Buffer section and returns the address and
+ * size of the section
+ *
+ * @param[out] o_RsvdMemAddress - tarting address of the Rsvd Mem Trace Buffer section
+ * @param[out] o_size - Size of the Rsvd Mem Trace Buffer section
+ * @return errlHndl_t Returns nullptr on success; otherwise errlog
+ */
+errlHndl_t getRsvdMemTraceBuf(uint64_t& o_RsvdMemAddress, uint64_t& o_size);
+
}
#endif
+
OpenPOWER on IntegriCloud