diff options
Diffstat (limited to 'include/acpi/acdisasm.h')
-rw-r--r-- | include/acpi/acdisasm.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/acpi/acdisasm.h b/include/acpi/acdisasm.h index 6f2556582f05..9a7d6921f534 100644 --- a/include/acpi/acdisasm.h +++ b/include/acpi/acdisasm.h | |||
@@ -54,7 +54,11 @@ | |||
54 | 54 | ||
55 | struct acpi_external_list { | 55 | struct acpi_external_list { |
56 | char *path; | 56 | char *path; |
57 | char *internal_path; | ||
57 | struct acpi_external_list *next; | 58 | struct acpi_external_list *next; |
59 | u32 value; | ||
60 | u16 length; | ||
61 | u8 type; | ||
58 | }; | 62 | }; |
59 | 63 | ||
60 | extern struct acpi_external_list *acpi_gbl_external_list; | 64 | extern struct acpi_external_list *acpi_gbl_external_list; |
@@ -108,6 +112,8 @@ struct acpi_dmtable_data { | |||
108 | 112 | ||
109 | struct acpi_op_walk_info { | 113 | struct acpi_op_walk_info { |
110 | u32 level; | 114 | u32 level; |
115 | u32 last_level; | ||
116 | u32 count; | ||
111 | u32 bit_offset; | 117 | u32 bit_offset; |
112 | u32 flags; | 118 | u32 flags; |
113 | struct acpi_walk_state *walk_state; | 119 | struct acpi_walk_state *walk_state; |
@@ -390,7 +396,7 @@ acpi_dm_vendor_small_descriptor(union aml_resource *resource, | |||
390 | /* | 396 | /* |
391 | * dmutils | 397 | * dmutils |
392 | */ | 398 | */ |
393 | void acpi_dm_add_to_external_list(char *path); | 399 | void acpi_dm_add_to_external_list(char *path, u8 type, u32 value); |
394 | 400 | ||
395 | /* | 401 | /* |
396 | * dmrestag | 402 | * dmrestag |