summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/sys/acpi/acparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/sys/acpi/acparser.h')
-rw-r--r--usr/src/uts/intel/sys/acpi/acparser.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/usr/src/uts/intel/sys/acpi/acparser.h b/usr/src/uts/intel/sys/acpi/acparser.h
index 91cc58cef0..c45bd63764 100644
--- a/usr/src/uts/intel/sys/acpi/acparser.h
+++ b/usr/src/uts/intel/sys/acpi/acparser.h
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: acparser.h - AML Parser subcomponent prototypes and defines
- * $Revision: 1.81 $
+ * $Revision: 1.84 $
*
*****************************************************************************/
@@ -9,7 +9,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2006, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2008, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -211,6 +211,10 @@ char *
AcpiPsGetOpcodeName (
UINT16 Opcode);
+UINT8
+AcpiPsGetArgumentCount (
+ UINT32 OpType);
+
/*
* psparse - top level parsing routines