X-Git-Url: https://bbs.cooldavid.org/git/?a=blobdiff_plain;f=drivers%2Facpi%2Facpica%2Faclocal.h;h=13cb80caacdeaa83e4b48f9864f18379b4eedc80;hb=9630bdd9b15d2f489c646d8bc04b60e53eb5ec78;hp=81e64f478679be04dafdb1a1786e34e72906c310;hpb=c39fae1416d59fd565606793f090cebe3720d50d;p=net-next-2.6.git diff --git a/drivers/acpi/acpica/aclocal.h b/drivers/acpi/acpica/aclocal.h index 81e64f47867..13cb80caacd 100644 --- a/drivers/acpi/acpica/aclocal.h +++ b/drivers/acpi/acpica/aclocal.h @@ -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 */