aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/acpi_drivers.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h
index c62e92ec43b2..e00d9289201b 100644
--- a/include/acpi/acpi_drivers.h
+++ b/include/acpi/acpi_drivers.h
@@ -108,5 +108,10 @@ int acpi_ec_ecdt_probe (void);
108 108
109int acpi_processor_set_thermal_limit(acpi_handle handle, int type); 109int acpi_processor_set_thermal_limit(acpi_handle handle, int type);
110 110
111/* --------------------------------------------------------------------------
112 Hot Keys
113 -------------------------------------------------------------------------- */
114
115extern int acpi_specific_hotkey_enabled;
111 116
112#endif /*__ACPI_DRIVERS_H__*/ 117#endif /*__ACPI_DRIVERS_H__*/