Merge branches 'acpi-hotplug', 'acpi-sysfs' and 'acpi-sleep'
[platform/adaptation/renesas_rcar/renesas_kernel.git] / include / acpi / acpi_bus.h
index 7b2de02..c602c77 100644 (file)
@@ -100,6 +100,7 @@ enum acpi_hotplug_mode {
 struct acpi_hotplug_profile {
        struct kobject kobj;
        bool enabled:1;
+       bool ignore:1;
        enum acpi_hotplug_mode mode;
 };