diff options
Diffstat (limited to 'include/aclocal.h')
-rw-r--r-- | include/aclocal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/aclocal.h b/include/aclocal.h index bdefb7671f60b..2eb6fc21d4650 100644 --- a/include/aclocal.h +++ b/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]; |