X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Facpi%2Facpi_bus.h;h=57ee0528aacb16db912a11571c518bd0fc9eb5b5;hb=9ef5a306ef1bc5a434030f3a70b23170bc0ca773;hp=d91e59b79f0de4c903594a69b59098d1694dde6a;hpb=457920817e645a7dee42c2a75c81c5ed8e12ee1c;p=pandora-kernel.git diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index d91e59b79f0d..57ee0528aacb 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h @@ -118,6 +118,7 @@ struct acpi_device; struct acpi_hotplug_profile { struct kobject kobj; int (*scan_dependent)(struct acpi_device *adev); + void (*notify_online)(struct acpi_device *adev); bool enabled:1; bool demand_offline:1; };