X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fipmi.h;h=2b3d98e13400469ae6700874fb69e60b52685808;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=4a448922be5b418815291de633408c8a4f077e2e;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/linux/ipmi.h b/include/linux/ipmi.h index 4a448922b..2b3d98e13 100644 --- a/include/linux/ipmi.h +++ b/include/linux/ipmi.h @@ -405,6 +405,12 @@ int ipmi_unregister_for_cmd(ipmi_user_t user, unsigned char netfn, unsigned char cmd); +/* + * Allow run-to-completion mode to be set for the interface of + * a specific user. + */ +void ipmi_user_set_run_to_completion(ipmi_user_t user, int val); + /* * When the user is created, it will not receive IPMI events by * default. The user must set this to TRUE to get incoming events.