diff options
author | Zhang Rui <rui.zhang@intel.com> | 2008-04-10 19:06:44 +0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-04-22 23:01:36 -0400 |
commit | 514d18d79b1da052ed4553ceec1f7e1197a5bb51 (patch) | |
tree | b474e49f1614e73a2b7ad671b56c89c5e875d89a /include/acpi/acutils.h | |
parent | 66d3ca9ea28e1b3d591083772fd797b9b46410b8 (diff) | |
download | op-kernel-dev-514d18d79b1da052ed4553ceec1f7e1197a5bb51.zip op-kernel-dev-514d18d79b1da052ed4553ceec1f7e1197a5bb51.tar.gz |
ACPICA: Update for new Notify values
Implemented several changes for Notify handling: Added support
for new Notify values (ACPI 2.0+) and improved the Notify debug
output. Notify on PowerResource objects is no longer allowed,
as per the ACPI specification.
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi/acutils.h')
-rw-r--r-- | include/acpi/acutils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/acpi/acutils.h b/include/acpi/acutils.h index a291854..26115da 100644 --- a/include/acpi/acutils.h +++ b/include/acpi/acutils.h @@ -116,6 +116,8 @@ void acpi_ut_init_globals(void); char *acpi_ut_get_mutex_name(u32 mutex_id); +const char *acpi_ut_get_notify_name(u32 notify_value); + #endif char *acpi_ut_get_type_name(acpi_object_type type); |