diff options
Diffstat (limited to 'src/include/usr/hwpf')
| -rw-r--r-- | src/include/usr/hwpf/hwp/occ/occ.H | 11 | ||||
| -rw-r--r-- | src/include/usr/hwpf/hwp/occ/occ_common.H | 12 |
2 files changed, 12 insertions, 11 deletions
diff --git a/src/include/usr/hwpf/hwp/occ/occ.H b/src/include/usr/hwpf/hwp/occ/occ.H index ea414ffb9..9bf494669 100644 --- a/src/include/usr/hwpf/hwp/occ/occ.H +++ b/src/include/usr/hwpf/hwp/occ/occ.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2013,2014 */ +/* Contributors Listed Below - COPYRIGHT 2013,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -47,15 +47,6 @@ namespace HBOCC { */ errlHndl_t activateOCCs(); - /** - * @brief Stops OCCs on all Processors in the node - * Function will attempt to stop all OCCs and commit - * logs inline. An error will only be returned for - * very unexpected software fails. - * - * @return errlHndl_t Error log if OCC load failed - */ - errlHndl_t stopOCCs(); } //end OCC namespace #endif diff --git a/src/include/usr/hwpf/hwp/occ/occ_common.H b/src/include/usr/hwpf/hwp/occ/occ_common.H index d8151776a..1886e51ee 100644 --- a/src/include/usr/hwpf/hwp/occ/occ_common.H +++ b/src/include/usr/hwpf/hwp/occ/occ_common.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2014 */ +/* Contributors Listed Below - COPYRIGHT 2014,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -112,6 +112,16 @@ namespace HBOCC errlHndl_t stopOCC(TARGETING::Target * i_target0, TARGETING::Target * i_target1); + /** + * @brief Stops OCCs on all Processors in the node + * Function will attempt to stop all OCCs and commit + * logs inline. An error will only be returned for + * very unexpected software fails. + * + * @return errlHndl_t Error log if OCC load failed + */ + errlHndl_t stopAllOCCs(); + } //namespace HBOCC ends #endif |

