aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi/acdebug.h
diff options
context:
space:
mode:
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);
214 214
215struct acpi_namespace_node *acpi_db_local_ns_lookup(char *name); 215struct acpi_namespace_node *acpi_db_local_ns_lookup(char *name);
216 216
217void acpi_db_uint32_to_hex_string(u32 value, char *buffer);
218
217#endif /* __ACDEBUG_H__ */ 219#endif /* __ACDEBUG_H__ */