summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/include/aclocal.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2011-05-31 19:45:58 +0000
committerjkim <jkim@FreeBSD.org>2011-05-31 19:45:58 +0000
commitdad6aab353f85a0e9219979a0dcbb062fdcb7d29 (patch)
tree996d9e217d68c8478ac37145a783803c81ddb373 /sys/contrib/dev/acpica/include/aclocal.h
parentaafd4acbe269dfc8d327a76e9fc41a8aa628cccf (diff)
downloadFreeBSD-src-dad6aab353f85a0e9219979a0dcbb062fdcb7d29.zip
FreeBSD-src-dad6aab353f85a0e9219979a0dcbb062fdcb7d29.tar.gz
Merge ACPICA 20110527.
Diffstat (limited to 'sys/contrib/dev/acpica/include/aclocal.h')
-rw-r--r--sys/contrib/dev/acpica/include/aclocal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/contrib/dev/acpica/include/aclocal.h b/sys/contrib/dev/acpica/include/aclocal.h
index bdefb76..2eb6fc2 100644
--- a/sys/contrib/dev/acpica/include/aclocal.h
+++ b/sys/contrib/dev/acpica/include/aclocal.h
@@ -1198,6 +1198,7 @@ typedef struct acpi_db_method_info
UINT32 NumLoops;
char Pathname[128];
char **Args;
+ ACPI_OBJECT_TYPE *Types;
/*
* Arguments to be passed to method for the command
@@ -1206,6 +1207,7 @@ typedef struct acpi_db_method_info
* Index of current thread inside all them created.
*/
char InitArgs;
+ ACPI_OBJECT_TYPE ArgTypes[4];
char *Arguments[4];
char NumThreadsStr[11];
char IdOfThreadStr[11];
OpenPOWER on IntegriCloud