diff options
Diffstat (limited to 'src/include/usr/ipmi')
| -rw-r--r-- | src/include/usr/ipmi/ipmisel.H | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/usr/ipmi/ipmisel.H b/src/include/usr/ipmi/ipmisel.H index 8b23259ff..0ca8ddfe2 100644 --- a/src/include/usr/ipmi/ipmisel.H +++ b/src/include/usr/ipmi/ipmisel.H @@ -368,6 +368,12 @@ class IpmiSEL ~IpmiSEL(void); /** + * Enable ipmi errl + * @param[in] o_errl, NULL if OK + */ + static void errlEnable(errlHndl_t& o_errl); + + /** * @brief Get the message queue associated with this FRU * @param[in] void * @return, a msg_q_t which is the message queue |

