ACPICA: Enhance configuration for output of AML Debug Object
[pandora-kernel.git] / drivers / acpi / acpica / acinterp.h
index 6df3f84..9a9b893 100644 (file)
@@ -120,6 +120,13 @@ acpi_ex_convert_to_target_type(acpi_object_type destination_type,
                               union acpi_operand_object **result_desc,
                               struct acpi_walk_state *walk_state);
 
+/*
+ * exdebug - AML debug object
+ */
+void
+acpi_ex_do_debug_object(union acpi_operand_object *source_desc,
+                       u32 level, u32 index);
+
 /*
  * exfield - ACPI AML (p-code) execution - field manipulation
  */