X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Facpi%2Facdebug.h;h=47296ffef7dd82efd31e153cc8f96f2b468e21c9;hb=2e23f8513e9d0cc6d07d36e4555badc2518df433;hp=70ce3b4d006edc99a0171372005f262a7284db84;hpb=35b7ac4c48fa851600c028e088d2239a2cf3dfca;p=pandora-kernel.git diff --git a/include/acpi/acdebug.h b/include/acpi/acdebug.h index 70ce3b4d006e..47296ffef7dd 100644 --- a/include/acpi/acdebug.h +++ b/include/acpi/acdebug.h @@ -5,7 +5,7 @@ *****************************************************************************/ /* - * Copyright (C) 2000 - 2005, R. Byron Moore + * Copyright (C) 2000 - 2006, R. Byron Moore * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -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__ */