ACPICA: Executer: Add OSL trace hook support
[sfrench/cifs-2.6.git] / drivers / acpi / acpica / acinterp.h
index a3c6e2ab93bb4e79ebb6f71b75cb822d004a01b5..e820ed8f173f01b19322b426b66df6620aec8ce0 100644 (file)
@@ -149,6 +149,10 @@ void
 acpi_ex_stop_trace_opcode(union acpi_parse_object *op,
                          struct acpi_walk_state *walk_state);
 
+void
+acpi_ex_trace_point(acpi_trace_event_type type,
+                   u8 begin, u8 *aml, char *pathname);
+
 /*
  * exfield - ACPI AML (p-code) execution - field manipulation
  */