summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwas/hostbootIstep.H
diff options
context:
space:
mode:
authorBill Schwartz <whs@us.ibm.com>2012-10-10 10:36:29 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-10-12 16:29:17 -0500
commitb201169eeae76a7697f4f207dd583d40a2f07f66 (patch)
treea05fa3da99dddab0491623aebc1110e73d430bf7 /src/include/usr/hwas/hostbootIstep.H
parent3536e96bd3a1d490cec900617fab6703fb7798ea (diff)
downloadblackbird-hostboot-b201169eeae76a7697f4f207dd583d40a2f07f66.tar.gz
blackbird-hostboot-b201169eeae76a7697f4f207dd583d40a2f07f66.zip
Memory Leak task_end
Change-Id: Idb7a2d8d72a55f644efd0b2548eca5df5d062e6d RTC: 47491 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2011 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwas/hostbootIstep.H')
-rw-r--r--src/include/usr/hwas/hostbootIstep.H28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/include/usr/hwas/hostbootIstep.H b/src/include/usr/hwas/hostbootIstep.H
index f770a0bfd..324eb4820 100644
--- a/src/include/usr/hwas/hostbootIstep.H
+++ b/src/include/usr/hwas/hostbootIstep.H
@@ -45,9 +45,9 @@ namespace HWAS
*
* param[in,out] io_pArgs - (normally) a pointer to a TaskArgs struct,
* or NULL.
- * return none
+ * return any error logs to istep
*/
-void host_init_fsi( void *io_pArgs );
+void* host_init_fsi( void *io_pArgs );
/**
* @brief host_set_ipl_parms Build ipl parameters
@@ -56,9 +56,9 @@ void host_init_fsi( void *io_pArgs );
*
* param[in,out] io_pArgs - (normally) a pointer to a TaskArgs struct,
* or NULL.
- * return none
+ * return any error logs to istep
*/
-void host_set_ipl_parms( void *io_pArgs );
+void* host_set_ipl_parms( void *io_pArgs );
/**
* @brief host_discover_targets Builds targeting
@@ -73,9 +73,9 @@ void host_set_ipl_parms( void *io_pArgs );
*
* param[in,out] io_pArgs - (normally) a pointer to a TaskArgs struct,
* or NULL.
- * return none
+ * return any error logs to istep
*/
-void host_discover_targets( void *io_pArgs );
+void* host_discover_targets( void *io_pArgs );
/**
* @brief host_gard Do Gard
@@ -84,9 +84,9 @@ void host_discover_targets( void *io_pArgs );
*
* param[in,out] io_pArgs - (normally) a pointer to a TaskArgs struct,
* or NULL.
- * return none
+ * return any error logs to istep
*/
-void host_gard( void *io_pArgs );
+void* host_gard( void *io_pArgs );
/**
* @brief host_cancontinue_clear Clear deconfigured status
@@ -95,9 +95,9 @@ void host_gard( void *io_pArgs );
*
* param[in,out] io_pArgs - (normally) a pointer to a TaskArgs struct,
* or NULL.
- * return none
+ * return any error logs to istep
*/
-void host_cancontinue_clear( void *io_pArgs );
+void* host_cancontinue_clear( void *io_pArgs );
/**
* @brief proc_check_slave_sbe_seeprom_complete Check Slave SBE Complete
@@ -106,9 +106,9 @@ void host_cancontinue_clear( void *io_pArgs );
*
* param[in,out] io_pArgs - (normally) a pointer to a TaskArgs struct,
* or NULL.
- * return none
+ * return any error logs to istep
*/
-void proc_check_slave_sbe_seeprom_complete( void *io_pArgs );
+void* proc_check_slave_sbe_seeprom_complete( void *io_pArgs );
/**
* @brief proc_xmit_sbe vSBE Init of Slave Chips
@@ -117,9 +117,9 @@ void proc_check_slave_sbe_seeprom_complete( void *io_pArgs );
*
* param[in,out] io_pArgs - (normally) a pointer to a TaskArgs struct,
* or NULL.
- * return none
+ * return any error logs to istep
*/
-void proc_xmit_sbe( void *io_pArgs );
+void* proc_xmit_sbe( void *io_pArgs );
} // namespace HWAS
#endif // HOSTBOOTISTEP_H_
OpenPOWER on IntegriCloud