diff options
author | Len Brown <len.brown@intel.com> | 2007-02-16 22:11:57 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-16 22:11:57 -0500 |
commit | 902b236c087bf021c94cc21a2b09d928c4156c2b (patch) | |
tree | c62e6a6d8dedcff68e90e3cd153789f87cc67fb6 /include/acpi/acpi_drivers.h | |
parent | 08e4a10ec82faf5ba67c8d0115b7bc9e58071555 (diff) | |
parent | aafbcd165a2a02e6dff173f66772b3148229ace8 (diff) |
Pull bugzilla-7887 into release branch
Diffstat (limited to 'include/acpi/acpi_drivers.h')
-rw-r--r-- | include/acpi/acpi_drivers.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h index 07a5eb036e96..f6275b0e66dd 100644 --- a/include/acpi/acpi_drivers.h +++ b/include/acpi/acpi_drivers.h | |||
@@ -136,4 +136,14 @@ static inline void unregister_hotplug_dock_device(acpi_handle handle) | |||
136 | { | 136 | { |
137 | } | 137 | } |
138 | #endif | 138 | #endif |
139 | |||
140 | /*-------------------------------------------------------------------------- | ||
141 | Suspend/Resume | ||
142 | -------------------------------------------------------------------------- */ | ||
143 | #ifdef CONFIG_ACPI_SLEEP | ||
144 | extern int acpi_sleep_init(void); | ||
145 | #else | ||
146 | #define acpi_sleep_init() do {} while (0) | ||
147 | #endif | ||
148 | |||
139 | #endif /*__ACPI_DRIVERS_H__*/ | 149 | #endif /*__ACPI_DRIVERS_H__*/ |