summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/compiler/asllisting.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2009-06-05 18:43:13 +0000
committerjkim <jkim@FreeBSD.org>2009-06-05 18:43:13 +0000
commit40089f58a4f91db8bce335b75fbf69551f76b60e (patch)
treecfbe2497817e0ba60dd92c4044b148500f5312b9 /sys/contrib/dev/acpica/compiler/asllisting.c
parenteca850df9b46df4fe5ab0235e1e28202e2dd90ff (diff)
parentc643f667af35e7f3289792a8887ace2ef3392cd1 (diff)
downloadFreeBSD-src-40089f58a4f91db8bce335b75fbf69551f76b60e.zip
FreeBSD-src-40089f58a4f91db8bce335b75fbf69551f76b60e.tar.gz
Import ACPICA 20090521.
Diffstat (limited to 'sys/contrib/dev/acpica/compiler/asllisting.c')
-rw-r--r--sys/contrib/dev/acpica/compiler/asllisting.c15
1 files changed, 10 insertions, 5 deletions
diff --git a/sys/contrib/dev/acpica/compiler/asllisting.c b/sys/contrib/dev/acpica/compiler/asllisting.c
index 31f70b8..ff1e2baf 100644
--- a/sys/contrib/dev/acpica/compiler/asllisting.c
+++ b/sys/contrib/dev/acpica/compiler/asllisting.c
@@ -2,7 +2,6 @@
/******************************************************************************
*
* Module Name: asllisting - Listing file generation
- * $Revision: 1.63 $
*
*****************************************************************************/
@@ -10,7 +9,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2007, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -118,9 +117,9 @@
#include <contrib/dev/acpica/compiler/aslcompiler.h>
#include "aslcompiler.y.h"
-#include <contrib/dev/acpica/amlcode.h>
-#include <contrib/dev/acpica/acparser.h>
-#include <contrib/dev/acpica/acnamesp.h>
+#include <contrib/dev/acpica/include/amlcode.h>
+#include <contrib/dev/acpica/include/acparser.h>
+#include <contrib/dev/acpica/include/acnamesp.h>
#define _COMPONENT ACPI_COMPILER
ACPI_MODULE_NAME ("aslisting")
@@ -199,6 +198,12 @@ static void
LsDoHexOutputAsm (
void);
+ACPI_STATUS
+LsTreeWriteWalk (
+ ACPI_PARSE_OBJECT *Op,
+ UINT32 Level,
+ void *Context);
+
/*******************************************************************************
*
OpenPOWER on IntegriCloud