X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Facpi%2Facdebug.h;h=d626bb1d297318065cebf546dc184fe1152e1a52;hb=a268422de8bf1b4c0cb97987b6c329c9f6a3da4b;hp=70ce3b4d006edc99a0171372005f262a7284db84;hpb=35b7ac4c48fa851600c028e088d2239a2cf3dfca;p=powerpc.git diff --git a/include/acpi/acdebug.h b/include/acpi/acdebug.h index 70ce3b4d00..d626bb1d29 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 - 2007, R. Byron Moore * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -159,6 +159,10 @@ void acpi_db_create_execution_threads(char *num_threads_arg, char *num_loops_arg, char *method_name_arg); +#ifdef ACPI_DBG_TRACK_ALLOCATIONS +u32 acpi_db_get_cache_info(struct acpi_memory_list *cache); +#endif + /* * dbfileio - Debugger file I/O commands */ @@ -214,4 +218,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__ */