aboutsummaryrefslogtreecommitdiff
path: root/include/aclocal.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2010-04-02 16:48:51 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2010-04-02 16:48:51 +0000
commitb9ee7222924c1df653ed09d1b5befac3c98aa3f5 (patch)
treea128dad9042628a002a14e4ba0a4f5a98c9db600 /include/aclocal.h
parent6e5c66621e4fd1bac329fef86cb2c60491b539a9 (diff)
downloadsrc-b9ee7222924c1df653ed09d1b5befac3c98aa3f5.tar.gz
src-b9ee7222924c1df653ed09d1b5befac3c98aa3f5.zip
Import ACPICA 20100331.vendor/acpica/20100331
Notes
Notes: svn path=/vendor-sys/acpica/dist/; revision=206104 svn path=/vendor-sys/acpica/20100331/; revision=206105; tag=vendor/acpica/20100331
Diffstat (limited to 'include/aclocal.h')
-rw-r--r--include/aclocal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/aclocal.h b/include/aclocal.h
index 0aeacff6c525..8818a6ea9b53 100644
--- a/include/aclocal.h
+++ b/include/aclocal.h
@@ -561,6 +561,8 @@ typedef struct acpi_gpe_event_info
struct acpi_gpe_register_info *RegisterInfo; /* Backpointer to register info */
UINT8 Flags; /* Misc info about this GPE */
UINT8 GpeNumber; /* This GPE */
+ UINT8 RuntimeCount; /* References to a run GPE */
+ UINT8 WakeupCount; /* References to a wake GPE */
} ACPI_GPE_EVENT_INFO;
@@ -590,6 +592,7 @@ typedef struct acpi_gpe_block_info
ACPI_GPE_EVENT_INFO *EventInfo; /* One for each GPE */
ACPI_GENERIC_ADDRESS BlockAddress; /* Base address of the block */
UINT32 RegisterCount; /* Number of register pairs in block */
+ UINT16 GpeCount; /* Number of individual GPEs in block */
UINT8 BlockBaseNumber;/* Base GPE number for this block */
} ACPI_GPE_BLOCK_INFO;