summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/plat/fapiPlatUtil.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/plat/fapiPlatUtil.C')
-rw-r--r--src/usr/hwpf/plat/fapiPlatUtil.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/hwpf/plat/fapiPlatUtil.C b/src/usr/hwpf/plat/fapiPlatUtil.C
index 6abbc1c57..9094a94f6 100644
--- a/src/usr/hwpf/plat/fapiPlatUtil.C
+++ b/src/usr/hwpf/plat/fapiPlatUtil.C
@@ -21,7 +21,7 @@
//
// IBM_PROLOG_END
/**
- * @file platUtil.C
+ * @file fapiPlatUtil.C
*
* @brief Implements the fapiUtil.H utility functions.
*
@@ -132,8 +132,8 @@ void platSetScanTrace(bool i_enable)
//******************************************************************************
// fapiLoadInitFile
//******************************************************************************
-fapi::ReturnCode fapiLoadInitFile(const char * i_file, const char *& o_addr,
- size_t & o_size)
+fapi::ReturnCode fapiLoadInitFile(const fapi::Target & i_Target,
+ const char * i_file, const char *& o_addr, size_t & o_size)
{
fapi::ReturnCode l_rc = fapi::FAPI_RC_SUCCESS;
errlHndl_t l_pError = NULL;
OpenPOWER on IntegriCloud