Add missing params to acpi_binding struct(s).

SVN revision: 49311
This commit is contained in:
Christopher Michael 2010-05-29 20:06:31 +00:00
parent 55fad2b2f3
commit f4d8204f49
1 changed files with 3 additions and 0 deletions

View File

@ -1564,18 +1564,21 @@ group "E_Config" struct {
value "type" int: 5;
value "status" int: 0;
value "action" string: "suspend";
value "params" string: "now";
}
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;
value "type" int: 6;
value "status" int: 0;
value "action" string: "halt_now";
value "params" string: "now";
}
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;
value "type" int: 8;
value "status" int: 0;
value "action" string: "suspend";
value "params" string: "now";
}
}
value "window_placement_policy" int: 0;