X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fipmi_smi.h;h=c0633108d05dc3c4f5addcee52b5d44a66d86af4;hb=88f18ba028b5939bb6f77bd690e5ad8d01bb24cc;hp=2cc960da417667aa95b1ef5c1c5c4b3642111ddf;hpb=759643b874907e76ae81e34df62f41ab6683f5c2;p=powerpc.git diff --git a/include/linux/ipmi_smi.h b/include/linux/ipmi_smi.h index 2cc960da41..c0633108d0 100644 --- a/include/linux/ipmi_smi.h +++ b/include/linux/ipmi_smi.h @@ -115,6 +115,13 @@ struct ipmi_smi_handlers poll for operations during things like crash dumps. */ void (*poll)(void *send_info); + /* Enable/disable firmware maintenance mode. Note that this + is *not* the modes defined, this is simply an on/off + setting. The message handler does the mode handling. Note + that this is called from interupt context, so it cannot + block. */ + void (*set_maintenance_mode)(void *send_info, int enable); + /* Tell the handler that we are using it/not using it. The message handler get the modules that this handler belongs to; this function lets the SMI claim any modules that it