diff options
author | Bob Moore <robert.moore@intel.com> | 2011-11-16 01:46:57 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-01-17 03:36:30 -0500 |
commit | a91cdde20a870bd773d605c764ed211539bf3020 (patch) | |
tree | 92359c9a52d73d7c546cb4ea7414031e583f97c3 /include | |
parent | e0fe0a8d4ed5474261d0ee1452f5d9ae77236958 (diff) |
ACPI 5.0: New interface, acpi_get_event_resources
Executes _AEI and formats the result, similar to acpi_get_current_resources, etc.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include')
-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); |