diff options
Diffstat (limited to 'include/acdebug.h')
-rw-r--r-- | include/acdebug.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/acdebug.h b/include/acdebug.h index 9b4822d14ae17..2c1fe73429d10 100644 --- a/include/acdebug.h +++ b/include/acdebug.h @@ -277,6 +277,7 @@ void AcpiDbExecute ( char *Name, char **Args, + ACPI_OBJECT_TYPE *Types, UINT32 Flags); void @@ -357,6 +358,12 @@ AcpiDbUserCommands ( char Prompt, ACPI_PARSE_OBJECT *Op); +char * +AcpiDbGetNextToken ( + char *String, + char **Next, + ACPI_OBJECT_TYPE *ReturnType); + /* * dbstats - Generation and display of ACPI table statistics |