summaryrefslogtreecommitdiff
path: root/source/compiler/aslprune.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-11-25 21:04:42 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-11-25 21:04:42 +0000
commitb9098066cd6284319bca922f13e59517f774a103 (patch)
treef01fd6c9053cb01ed84c00cb42ee789adafceaf5 /source/compiler/aslprune.c
parent1e24cf365bc9c8df179b145c90d52852724e54ee (diff)
Notes
Diffstat (limited to 'source/compiler/aslprune.c')
-rw-r--r--source/compiler/aslprune.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/compiler/aslprune.c b/source/compiler/aslprune.c
index 3cf47da4e9f08..a797d2ecc009c 100644
--- a/source/compiler/aslprune.c
+++ b/source/compiler/aslprune.c
@@ -63,6 +63,8 @@ PrPrintObjectAtLevel (
const char *ObjectName);
+/* Structure used for the pruning parse tree walk */
+
typedef struct acpi_prune_info
{
UINT32 PruneLevel;