VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / linux / ipmi_smi.h
index 6b42943..88dd374 100644 (file)
@@ -100,6 +100,10 @@ struct ipmi_smi_handlers
           out and that none are pending, and any new requests are run
           to completion immediately. */
        void (*set_run_to_completion)(void *send_info, int run_to_completion);
+
+       /* Called to poll for work to do.  This is so upper layers can
+          poll for operations during things like crash dumps. */
+       void (*poll)(void *send_info);
 };
 
 /* Add a low-level interface to the IPMI driver. */