diff options
Diffstat (limited to 'include/acpi/acresrc.h')
-rw-r--r-- | include/acpi/acresrc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/acpi/acresrc.h b/include/acpi/acresrc.h index fa02e8083381..bdd6584bbcf1 100644 --- a/include/acpi/acresrc.h +++ b/include/acpi/acresrc.h | |||
@@ -198,8 +198,9 @@ acpi_rs_get_pci_routing_table_length(union acpi_operand_object *package_object, | |||
198 | acpi_size * buffer_size_needed); | 198 | acpi_size * buffer_size_needed); |
199 | 199 | ||
200 | acpi_status | 200 | acpi_status |
201 | acpi_rs_convert_aml_to_resources(u8 * aml_buffer, | 201 | acpi_rs_convert_aml_to_resources(u8 * aml, |
202 | u32 aml_buffer_length, u8 * output_buffer); | 202 | u32 length, |
203 | u32 offset, u8 resource_index, void **context); | ||
203 | 204 | ||
204 | acpi_status | 205 | acpi_status |
205 | acpi_rs_convert_resources_to_aml(struct acpi_resource *resource, | 206 | acpi_rs_convert_resources_to_aml(struct acpi_resource *resource, |