]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/acpi/acpica/aclocal.h
ACPI: Use GPE reference counting to support shared GPEs
[net-next-2.6.git] / drivers / acpi / acpica / aclocal.h
index 81e64f478679be04dafdb1a1786e34e72906c310..13cb80caacdeaa83e4b48f9864f18379b4eedc80 100644 (file)
@@ -426,6 +426,8 @@ struct acpi_gpe_event_info {
        struct acpi_gpe_register_info *register_info;   /* Backpointer to register info */
        u8 flags;               /* Misc info about this GPE */
        u8 gpe_number;          /* This GPE */
+       u8 runtime_count;
+       u8 wakeup_count;
 };
 
 /* Information about a GPE register pair, one per each status/enable pair in an array */