diff options
Diffstat (limited to 'src/include/kernel/terminate.H')
| -rw-r--r-- | src/include/kernel/terminate.H | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/include/kernel/terminate.H b/src/include/kernel/terminate.H index c80304d93..551f66057 100644 --- a/src/include/kernel/terminate.H +++ b/src/include/kernel/terminate.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2017 */ +/* Contributors Listed Below - COPYRIGHT 2012,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -68,4 +68,15 @@ void termModifySRC(uint8_t i_moduleID, uint32_t i_word7 = 0, uint32_t i_word8 = 0); +/** @fn termSetHbDump + * + * @brief Set flag for system to get an HB dump during processing of the TI. + * + * @param[in] NONE + * @param[out] NONE: + * + * @return Nothing + */ +void termSetHbDump(void); + #endif |

