X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Facpi%2Facdebug.h;h=d626bb1d297318065cebf546dc184fe1152e1a52;hb=975a8e3ed2b9eab9f062a1e0ba7fe180e15204e1;hp=47296ffef7dd82efd31e153cc8f96f2b468e21c9;hpb=2e23f8513e9d0cc6d07d36e4555badc2518df433;p=linux-2.6 diff --git a/include/acpi/acdebug.h b/include/acpi/acdebug.h index 47296ffef7..d626bb1d29 100644 --- a/include/acpi/acdebug.h +++ b/include/acpi/acdebug.h @@ -5,7 +5,7 @@ *****************************************************************************/ /* - * Copyright (C) 2000 - 2006, 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 */