summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include/utils.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/hwpf/fapi2/include/utils.H')
-rw-r--r--src/import/hwpf/fapi2/include/utils.H8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/include/utils.H b/src/import/hwpf/fapi2/include/utils.H
index 1d08cb6f..fcbde482 100644
--- a/src/import/hwpf/fapi2/include/utils.H
+++ b/src/import/hwpf/fapi2/include/utils.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2017 */
+/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -130,6 +130,12 @@ void createPlatLog(
);
///
+/// @brief delete platform data ptr - free platform data from the
+// passed in RC.
+///
+void deletePlatformDataPointer(fapi2::ReturnCode& io_rc);
+
+///
/// @brief Associate an error to PRD PLID
///
/// @param[in] i_target Reference to target
OpenPOWER on IntegriCloud