aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/acpi_drivers.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h
index 4dc8a5043ef0..ce0e62fb28c1 100644
--- a/include/acpi/acpi_drivers.h
+++ b/include/acpi/acpi_drivers.h
@@ -128,4 +128,14 @@ extern void unregister_hotplug_dock_device(acpi_handle handle);
128#define register_hotplug_dock_device(h1, h2, c) (-ENODEV) 128#define register_hotplug_dock_device(h1, h2, c) (-ENODEV)
129#define unregister_hotplug_dock_device(h) do { } while(0) 129#define unregister_hotplug_dock_device(h) do { } while(0)
130#endif 130#endif
131
132/*--------------------------------------------------------------------------
133 Suspend/Resume
134 -------------------------------------------------------------------------- */
135#ifdef CONFIG_ACPI_SLEEP
136extern int acpi_sleep_init(void);
137#else
138#define acpi_sleep_init() do {} while (0)
139#endif
140
131#endif /*__ACPI_DRIVERS_H__*/ 141#endif /*__ACPI_DRIVERS_H__*/