diff options
Diffstat (limited to 'drivers/acpi/internal.h')
-rw-r--r-- | drivers/acpi/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index 8a6c67c9da42..07f61dbd8136 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -55,6 +55,7 @@ int acpi_extract_power_resources(union acpi_object *package, unsigned int start, | |||
55 | struct list_head *list); | 55 | struct list_head *list); |
56 | int acpi_add_power_resource(acpi_handle handle); | 56 | int acpi_add_power_resource(acpi_handle handle); |
57 | void acpi_power_add_remove_device(struct acpi_device *adev, bool add); | 57 | void acpi_power_add_remove_device(struct acpi_device *adev, bool add); |
58 | int acpi_power_min_system_level(struct list_head *list); | ||
58 | int acpi_device_sleep_wake(struct acpi_device *dev, | 59 | int acpi_device_sleep_wake(struct acpi_device *dev, |
59 | int enable, int sleep_state, int dev_state); | 60 | int enable, int sleep_state, int dev_state); |
60 | int acpi_power_get_inferred_state(struct acpi_device *device, int *state); | 61 | int acpi_power_get_inferred_state(struct acpi_device *device, int *state); |