diff options
Diffstat (limited to 'src/include/usr/ipmi/ipmisel.H')
-rw-r--r-- | src/include/usr/ipmi/ipmisel.H | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/usr/ipmi/ipmisel.H b/src/include/usr/ipmi/ipmisel.H index 4509130f4..caf62f6e4 100644 --- a/src/include/usr/ipmi/ipmisel.H +++ b/src/include/usr/ipmi/ipmisel.H @@ -5,7 +5,8 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2014,2016 */ +/* Contributors Listed Below - COPYRIGHT 2014,2017 */ +/* [+] Google Inc. */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -312,6 +313,12 @@ namespace IPMISEL void send_esel(IPMISEL::eselInitData * i_data, errlHndl_t &o_err, IPMI::completion_code &o_cc); + /** + * @brief read the SEL time + * @return time from unix epoch or 0 on error + */ + uint32_t get_sel_time(); + } // namespace IPMISEL #ifndef __HOSTBOOT_RUNTIME |