diff options
Diffstat (limited to 'include/acpi/acresrc.h')
-rw-r--r-- | include/acpi/acresrc.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/acpi/acresrc.h b/include/acpi/acresrc.h index 2bf53940f259..ba281f7740a0 100644 --- a/include/acpi/acresrc.h +++ b/include/acpi/acresrc.h | |||
@@ -137,9 +137,14 @@ extern struct acpi_rsconvert_info *acpi_gbl_set_resource_dispatch[]; | |||
137 | 137 | ||
138 | /* Resource tables indexed by raw AML resource descriptor type */ | 138 | /* Resource tables indexed by raw AML resource descriptor type */ |
139 | 139 | ||
140 | extern const u8 acpi_gbl_resource_struct_sizes[]; | ||
140 | extern struct acpi_rsconvert_info *acpi_gbl_get_resource_dispatch[]; | 141 | extern struct acpi_rsconvert_info *acpi_gbl_get_resource_dispatch[]; |
141 | 142 | ||
142 | extern const u8 acpi_gbl_resource_struct_sizes[]; | 143 | struct acpi_vendor_walk_info { |
144 | struct acpi_vendor_uuid *uuid; | ||
145 | struct acpi_buffer *buffer; | ||
146 | acpi_status status; | ||
147 | }; | ||
143 | 148 | ||
144 | /* | 149 | /* |
145 | * rscreate | 150 | * rscreate |