summaryrefslogtreecommitdiffstats
path: root/include/acdebug.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2009-10-13 21:27:35 +0000
committerjkim <jkim@FreeBSD.org>2009-10-13 21:27:35 +0000
commitab110240e055d6a52bfada74f67dcfe951464a0a (patch)
treeb5f69a91eb4b1113dce613689bc3dd6bb7b24861 /include/acdebug.h
parentf8b5be9b377887a6d49ee5417a4189e9a9e4ad44 (diff)
downloadFreeBSD-src-ab110240e055d6a52bfada74f67dcfe951464a0a.zip
FreeBSD-src-ab110240e055d6a52bfada74f67dcfe951464a0a.tar.gz
Import ACPICA 20091013.
Diffstat (limited to 'include/acdebug.h')
-rw-r--r--include/acdebug.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/include/acdebug.h b/include/acdebug.h
index dedaa64..82f2b6d 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
OpenPOWER on IntegriCloud