summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/acparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/acparser.h')
-rw-r--r--sys/contrib/dev/acpica/acparser.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/contrib/dev/acpica/acparser.h b/sys/contrib/dev/acpica/acparser.h
index 3a321d7..43feb50 100644
--- a/sys/contrib/dev/acpica/acparser.h
+++ b/sys/contrib/dev/acpica/acparser.h
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: acparser.h - AML Parser subcomponent prototypes and defines
- * $Revision: 55 $
+ * $Revision: 58 $
*
*****************************************************************************/
@@ -9,7 +9,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999, 2000, 2001, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -125,10 +125,6 @@
#define ACPI_VAR_ARGS ACPI_UINT32_MAX
-/* maximum virtual address */
-
-#define ACPI_MAX_AML ((UINT8 *)(~0UL))
-
#define ACPI_PARSE_DELETE_TREE 0x0001
#define ACPI_PARSE_NO_TREE_DELETE 0x0000
OpenPOWER on IntegriCloud