aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/acdebug.h
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2007-02-02 19:48:23 +0300
committerLen Brown <len.brown@intel.com>2007-02-02 21:14:30 -0500
commit2e23f8513e9d0cc6d07d36e4555badc2518df433 (patch)
treef1f4c7999cec0a260f76a7af6cb89e3ac1b2e32e /include/acpi/acdebug.h
parentACPICA: Removed all 16-bit support. (diff)
downloadlinux-dev-2e23f8513e9d0cc6d07d36e4555badc2518df433.tar.xz
linux-dev-2e23f8513e9d0cc6d07d36e4555badc2518df433.zip
ACPICA: Debugger multithreading enhancements.
Implemented enhancements to the multithreading support within the debugger to enable better multithreading evaluation of the subsystem. Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi/acdebug.h')
-rw-r--r--include/acpi/acdebug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/acpi/acdebug.h b/include/acpi/acdebug.h
index d8167095caf3..47296ffef7dd 100644
--- a/include/acpi/acdebug.h
+++ b/include/acpi/acdebug.h
@@ -214,4 +214,6 @@ void acpi_db_prep_namestring(char *name);
struct acpi_namespace_node *acpi_db_local_ns_lookup(char *name);
+void acpi_db_uint32_to_hex_string(u32 value, char *buffer);
+
#endif /* __ACDEBUG_H__ */