diff options
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acpixf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index dd86610039b3..726d937ef5b1 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
@@ -358,6 +358,10 @@ acpi_get_possible_resources(acpi_handle device, struct acpi_buffer *ret_buffer); | |||
358 | #endif | 358 | #endif |
359 | 359 | ||
360 | acpi_status | 360 | acpi_status |
361 | acpi_get_event_resources(acpi_handle device_handle, | ||
362 | struct acpi_buffer *ret_buffer); | ||
363 | |||
364 | acpi_status | ||
361 | acpi_walk_resources(acpi_handle device, | 365 | acpi_walk_resources(acpi_handle device, |
362 | char *name, | 366 | char *name, |
363 | acpi_walk_resource_callback user_function, void *context); | 367 | acpi_walk_resource_callback user_function, void *context); |