X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Facpi%2Facdebug.h;h=62c59df3b86c049799e78f280d8a743bbed38aac;hb=1f6d6e8ebe73ba9d9d4c693f7f6f50f661dbd6e4;hp=d626bb1d297318065cebf546dc184fe1152e1a52;hpb=57e1c5c87db512629dd44ddeb882a5aaf0e4299e;p=linux-2.6-omap-h63xx.git diff --git a/include/acpi/acdebug.h b/include/acpi/acdebug.h index d626bb1d297..62c59df3b86 100644 --- a/include/acpi/acdebug.h +++ b/include/acpi/acdebug.h @@ -5,7 +5,7 @@ *****************************************************************************/ /* - * Copyright (C) 2000 - 2007, R. Byron Moore + * Copyright (C) 2000 - 2008, Intel Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -123,6 +123,10 @@ void acpi_db_check_integrity(void); void acpi_db_generate_gpe(char *gpe_arg, char *block_arg); +void acpi_db_check_predefined_names(void); + +void acpi_db_batch_execute(void); + /* * dbdisply - debug display commands */ @@ -150,6 +154,10 @@ void acpi_db_display_argument_object(union acpi_operand_object *obj_desc, struct acpi_walk_state *walk_state); +void acpi_db_check_predefined_names(void); + +void acpi_db_batch_execute(void); + /* * dbexec - debugger control method execution */