summaryrefslogtreecommitdiff
path: root/compiler/aslcompiler.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2010-01-21 20:56:18 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2010-01-21 20:56:18 +0000
commitf154176708d42f8a4778e3cf4b55e45b4a2be545 (patch)
tree4b6b1812ecf638d285ab3b645feee1416d0f343b /compiler/aslcompiler.h
parentdeca274c44eb2d731761ba35813f64bdbdc734df (diff)
Notes
Diffstat (limited to 'compiler/aslcompiler.h')
-rw-r--r--compiler/aslcompiler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/aslcompiler.h b/compiler/aslcompiler.h
index 2678c596a25f..76bf51a8b95d 100644
--- a/compiler/aslcompiler.h
+++ b/compiler/aslcompiler.h
@@ -9,7 +9,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -511,7 +511,7 @@ TrCreateLeafNode (
ACPI_PARSE_OBJECT *
TrCreateValuedLeafNode (
UINT32 ParseOpcode,
- ACPI_INTEGER Value);
+ UINT64 Value);
ACPI_PARSE_OBJECT *
TrLinkChildren (
@@ -718,7 +718,7 @@ UtCheckIntegerRange (
UINT32 LowValue,
UINT32 HighValue);
-ACPI_INTEGER
+UINT64
UtDoConstant (
char *String);