diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2009-10-13 21:27:35 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2009-10-13 21:27:35 +0000 |
commit | a19285149615c60009a9c5190c260de14b2293f7 (patch) | |
tree | b5f69a91eb4b1113dce613689bc3dd6bb7b24861 /include/acdebug.h | |
parent | 7c48a2bb90aa31d333d6d4d78e28b7ee84234c15 (diff) |
Notes
Diffstat (limited to 'include/acdebug.h')
-rw-r--r-- | include/acdebug.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/include/acdebug.h b/include/acdebug.h index dedaa649eae1..82f2b6d49c15 100644 --- a/include/acdebug.h +++ b/include/acdebug.h @@ -126,13 +126,19 @@ typedef struct CommandInfo } COMMAND_INFO; - typedef struct ArgumentInfo { char *Name; /* Argument Name */ } ARGUMENT_INFO; +typedef struct acpi_execute_walk +{ + UINT32 Count; + UINT32 MaxCount; + +} ACPI_EXECUTE_WALK; + #define PARAM_LIST(pl) pl #define DBTEST_OUTPUT_LEVEL(lvl) if (AcpiGbl_DbOpt_verbose) @@ -265,7 +271,7 @@ AcpiDbCheckPredefinedNames ( void AcpiDbBatchExecute ( - void); + char *CountArg); /* * dbdisply - debug display commands |