diff options
Diffstat (limited to 'src/include/usr/sbe')
-rw-r--r-- | src/include/usr/sbe/sbe_update.H | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/include/usr/sbe/sbe_update.H b/src/include/usr/sbe/sbe_update.H index 45e295c2d..58a15de9f 100644 --- a/src/include/usr/sbe/sbe_update.H +++ b/src/include/usr/sbe/sbe_update.H @@ -753,5 +753,21 @@ namespace SBE */ errlHndl_t secureKeyTransition(); + /** + * @brief locate the hbbl ID string buffer + * + * @param[in] i_pSourceBfr Ptr to buffer to search + * + * @param[in] i_SourceBfrSize length (in bytes) of source buffer + * + * @param[out] o_pHbblIdStringBfr Ptr to Hbbl ID String + * NULL if not found + * + * @return errlHndl_t Error log handle on failure. + */ + errlHndl_t locateHbblIdStringBfr( void * i_pSourceBfr, + uint32_t i_SourceBfrLen, + void * & o_pHbblIdStringBfr ); + } //end namespace SBE #endif |