Merge remote branch 'alsa/devel' into topic/misc
[pandora-kernel.git] / drivers / acpi / acpica / aclocal.h
index 1ee0bcf..df85b53 100644 (file)
@@ -412,6 +412,7 @@ struct acpi_handler_info {
        acpi_event_handler address;     /* Address of handler, if any */
        void *context;          /* Context to be passed to handler */
        struct acpi_namespace_node *method_node;        /* Method node for this GPE level (saved) */
+       u8 orig_flags;          /* Original misc info about this GPE */
 };
 
 union acpi_gpe_dispatch_info {