summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/mc_config/mc_config.H
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2012-10-26 12:34:46 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-11-15 09:57:35 -0600
commit7e9680f99f9dccf871b364f034f1eb19e9a1ae30 (patch)
tree259da5ff97d113ce61190923e1f231480d216195 /src/usr/hwpf/hwp/mc_config/mc_config.H
parentb8d95068b788c0f1b1587996ef2852df7d338f37 (diff)
downloadtalos-hostboot-7e9680f99f9dccf871b364f034f1eb19e9a1ae30.tar.gz
talos-hostboot-7e9680f99f9dccf871b364f034f1eb19e9a1ae30.zip
Updates to IPL flow to match doc v1.18
Change-Id: I9fe83e777fde516b6ddbadd2eea4969b87e601fa RTC: 50424 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2167 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/mc_config/mc_config.H')
-rw-r--r--src/usr/hwpf/hwp/mc_config/mc_config.H10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/hwpf/hwp/mc_config/mc_config.H b/src/usr/hwpf/hwp/mc_config/mc_config.H
index 5108eb706..4326619bc 100644
--- a/src/usr/hwpf/hwp/mc_config/mc_config.H
+++ b/src/usr/hwpf/hwp/mc_config/mc_config.H
@@ -75,7 +75,7 @@
// Includes
/******************************************************************************/
#include <stdint.h>
-
+#include <errl/errlentry.H>
namespace MC_CONFIG
{
@@ -98,21 +98,21 @@ void* call_host_collect_dimm_spd( void * io_pArgs );
/**
* @brief mss_volt
*
- * 12.2 : : Calc dimm voltage
+ * Calc dimm voltage
*
* param[in,out] io_pArgs - (normally) a pointer to a TaskArgs struct,
* or NULL.
* return any error logs to istep
*
*/
-void* call_mss_volt( void * io_pArgs );
+errlHndl_t call_mss_volt( void * io_pArgs );
/**
* @brief mss_freq
*
- * 12.3 : : Calc dimm frequency
+ * 12.2 : : Calc dimm frequency
*
* param[in,out] io_pArgs - (normally) a pointer to a TaskArgs struct,
* or NULL.
@@ -126,7 +126,7 @@ void* call_mss_freq( void * io_pArgs );
/**
* @brief mss_eff_config
*
- * 12.4 : : Determine effective config
+ * 12.3 : : Determine effective config
*
* param[in,out] io_pArgs - (normally) a pointer to a TaskArgs struct,
* or NULL.
OpenPOWER on IntegriCloud