]> Pileus Git - ~andy/linux/blobdiff - include/acpi/acpi_bus.h
ACPI / hotplug: Add demand_offline hotplug profile flag
[~andy/linux] / include / acpi / acpi_bus.h
index 7135fe3d6daa6ee76bca6238a63a1ba6be949d5b..48d302501539dcbe191aea58848ea48030fd0a51 100644 (file)
@@ -91,8 +91,9 @@ struct acpi_device;
 
 struct acpi_hotplug_profile {
        struct kobject kobj;
-       bool enabled:1;
        int (*scan_dependent)(struct acpi_device *adev);
+       bool enabled:1;
+       bool demand_offline:1;
 };
 
 static inline struct acpi_hotplug_profile *to_acpi_hotplug_profile(