patch-2.4.6 linux/drivers/acpi/include/acdebug.h

Next file: linux/drivers/acpi/include/acdispat.h
Previous file: linux/drivers/acpi/include/acconfig.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.5/linux/drivers/acpi/include/acdebug.h linux/drivers/acpi/include/acdebug.h
@@ -1,7 +1,7 @@
 /******************************************************************************
  *
  * Name: acdebug.h - ACPI/AML debugger
- *       $Revision: 41 $
+ *       $Revision: 44 $
  *
  *****************************************************************************/
 
@@ -36,7 +36,7 @@
 extern int                      optind;
 extern NATIVE_CHAR              *optarg;
 extern u8                       *aml_ptr;
-extern u32                      acpi_aml_length;
+extern u32                      aml_length;
 
 extern u8                       opt_tables;
 extern u8                       opt_disasm;
@@ -200,6 +200,10 @@
 	NATIVE_CHAR             *object_arg);
 
 void
+acpi_db_display_locks (void);
+
+
+void
 acpi_db_display_resources (
 	NATIVE_CHAR             *object_arg);
 
@@ -303,7 +307,7 @@
  * dbfileio - Debugger file I/O commands
  */
 
-OBJECT_TYPE_INTERNAL
+ACPI_OBJECT_TYPE8
 acpi_db_match_argument (
 	NATIVE_CHAR             *user_argument,
 	ARGUMENT_INFO           *arguments);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)