diff options
Diffstat (limited to 'drivers/acpi/acpica/acdebug.h')
-rw-r--r-- | drivers/acpi/acpica/acdebug.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/acdebug.h b/drivers/acpi/acpica/acdebug.h index 71743e5252f5..54b8d9df9423 100644 --- a/drivers/acpi/acpica/acdebug.h +++ b/drivers/acpi/acpica/acdebug.h | |||
@@ -223,6 +223,10 @@ void | |||
223 | acpi_db_execute(char *name, char **args, acpi_object_type *types, u32 flags); | 223 | acpi_db_execute(char *name, char **args, acpi_object_type *types, u32 flags); |
224 | 224 | ||
225 | void | 225 | void |
226 | acpi_db_create_execution_thread(char *method_name_arg, | ||
227 | char **arguments, acpi_object_type *types); | ||
228 | |||
229 | void | ||
226 | acpi_db_create_execution_threads(char *num_threads_arg, | 230 | acpi_db_create_execution_threads(char *num_threads_arg, |
227 | char *num_loops_arg, char *method_name_arg); | 231 | char *num_loops_arg, char *method_name_arg); |
228 | 232 | ||