diff options
Diffstat (limited to 'src/usr/ipmi/ipmidd.H')
-rw-r--r-- | src/usr/ipmi/ipmidd.H | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/usr/ipmi/ipmidd.H b/src/usr/ipmi/ipmidd.H index d20dd6132..2faed9b3b 100644 --- a/src/usr/ipmi/ipmidd.H +++ b/src/usr/ipmi/ipmidd.H @@ -76,6 +76,11 @@ class IpmiDD errlHndl_t reset(void); /** + * @brief shutdown the device driver + */ + void handleShutdown(void); + + /** * @brief Constructor * * @parm void @@ -111,6 +116,11 @@ class IpmiDD mutex_t iv_mutex; /** + * @brief Shut down resources + */ + bool iv_shutdown_now; + + /** * @brief True if we told the RP to try a write again */ bool iv_eagains; |