diff options
| author | Richard J. Knight <rjknight@us.ibm.com> | 2012-12-03 15:20:34 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-12-13 15:50:28 -0600 |
| commit | 0e3cbd6ef804c8bd95711b6674ec13048b67a987 (patch) | |
| tree | ab73dad47e68352ac3ebcd3eb6f22a709f86e8dd /src/include/usr/hwas/hostbootIstep.H | |
| parent | ca57ac8f1561d676497397d03f25bf942ea75b85 (diff) | |
| download | talos-hostboot-0e3cbd6ef804c8bd95711b6674ec13048b67a987.tar.gz talos-hostboot-0e3cbd6ef804c8bd95711b6674ec13048b67a987.zip | |
Update hostboot to version 1.28 IPL Flow document
Change-Id: Ie42bebb0fa91f248bc3ae3b1d1231d97cc5a4ca9
RTC: 52964
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2578
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Tested-by: Jenkins Server
Diffstat (limited to 'src/include/usr/hwas/hostbootIstep.H')
| -rw-r--r-- | src/include/usr/hwas/hostbootIstep.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/usr/hwas/hostbootIstep.H b/src/include/usr/hwas/hostbootIstep.H index ceca11f1c..94c55e71f 100644 --- a/src/include/usr/hwas/hostbootIstep.H +++ b/src/include/usr/hwas/hostbootIstep.H @@ -112,7 +112,7 @@ void* host_gard( void *io_pArgs ); void* host_cancontinue_clear( void *io_pArgs ); /** - * @brief host_PRD_hwreconfig Hook for PRD to handle reconfigure + * @brief host_prd_hwreconfig Hook for PRD to handle reconfigure * * TBD * @@ -120,7 +120,7 @@ void* host_cancontinue_clear( void *io_pArgs ); * or NULL. * return any error logs to istep */ -void* host_PRD_hwreconfig( void *io_pArgs ); +void* host_prd_hwreconfig( void *io_pArgs ); } // namespace HWAS #endif // HOSTBOOTISTEP_H_ |

