diff options
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acpi_bus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index a272c3156999..9d7c2ca0f1f7 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
@@ -331,6 +331,7 @@ acpi_status acpi_bus_get_status_handle(acpi_handle handle, | |||
331 | unsigned long long *sta); | 331 | unsigned long long *sta); |
332 | int acpi_bus_get_status(struct acpi_device *device); | 332 | int acpi_bus_get_status(struct acpi_device *device); |
333 | int acpi_bus_set_power(acpi_handle handle, int state); | 333 | int acpi_bus_set_power(acpi_handle handle, int state); |
334 | int acpi_device_get_power(struct acpi_device *device, int *state); | ||
334 | int acpi_device_set_power(struct acpi_device *device, int state); | 335 | int acpi_device_set_power(struct acpi_device *device, int state); |
335 | int acpi_bus_update_power(acpi_handle handle, int *state_p); | 336 | int acpi_bus_update_power(acpi_handle handle, int *state_p); |
336 | bool acpi_bus_power_manageable(acpi_handle handle); | 337 | bool acpi_bus_power_manageable(acpi_handle handle); |