vserver 1.9.3
[linux-2.6.git] / include / acpi / acdebug.h
index bb8411e..658c5f5 100644 (file)
@@ -106,6 +106,10 @@ acpi_db_method_end (
  * dbcmds - debug commands and output routines
  */
 
+acpi_status
+acpi_db_disassemble_method (
+       char                            *name);
+
 void
 acpi_db_display_table_info (
        char                            *table_arg);
@@ -164,6 +168,10 @@ void
 acpi_db_set_scope (
        char                            *name);
 
+acpi_status
+acpi_db_sleep (
+       char                            *object_arg);
+
 void
 acpi_db_find_references (
        char                            *object_arg);