diff options
author | Konstantin Karasyov <konstantin.a.karasyov@intel.com> | 2006-05-08 06:00:00 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-05-15 09:16:45 +0200 |
commit | 0feabb01d93e5801d1127416a66cfc3963280bca (patch) | |
tree | 8f8a813abfbc82e9c9e6c0d58de0868be163fa67 /include/acpi | |
parent | ACPI: pass pm_message_t from acpi_device_suspend() to root_suspend() (diff) | |
download | linux-0feabb01d93e5801d1127416a66cfc3963280bca.tar.xz linux-0feabb01d93e5801d1127416a66cfc3963280bca.zip |
ACPI: create acpi_fan_suspend()/acpi_fan_resume()
http://bugzilla.kernel.org/show_bug.cgi?id=5000
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acpi_bus.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index 0de199aa6b94..7f8ed9dbc7b2 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h @@ -169,7 +169,8 @@ struct acpi_device_flags { u32 power_manageable:1; u32 performance_manageable:1; u32 wake_capable:1; /* Wakeup(_PRW) supported? */ - u32 reserved:20; + u32 force_power_state:1; + u32 reserved:19; }; /* File System */ |