|
@@ -335,6 +335,7 @@ void acpi_bus_data_handler(acpi_handle handle, u32 function, void *context);
|
|
|
int acpi_bus_get_status(struct acpi_device *device);
|
|
|
int acpi_bus_get_power(acpi_handle handle, int *state);
|
|
|
int acpi_bus_set_power(acpi_handle handle, int state);
|
|
|
+bool acpi_bus_power_manageable(acpi_handle handle);
|
|
|
#ifdef CONFIG_ACPI_PROC_EVENT
|
|
|
int acpi_bus_generate_proc_event(struct acpi_device *device, u8 type, int data);
|
|
|
int acpi_bus_generate_proc_event4(const char *class, const char *bid, u8 type, int data);
|