summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/acresrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/acresrc.h')
-rw-r--r--sys/contrib/dev/acpica/acresrc.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/acresrc.h b/sys/contrib/dev/acpica/acresrc.h
index cdd491f..f1b1729 100644
--- a/sys/contrib/dev/acpica/acresrc.h
+++ b/sys/contrib/dev/acpica/acresrc.h
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acresrc.h - Resource Manager function prototypes
- * $Revision: 34 $
+ * $Revision: 37 $
*
*****************************************************************************/
@@ -9,7 +9,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -140,6 +140,12 @@ AcpiRsGetPrsMethodData (
ACPI_BUFFER *RetBuffer);
ACPI_STATUS
+AcpiRsGetMethodData (
+ ACPI_HANDLE Handle,
+ char *Path,
+ ACPI_BUFFER *RetBuffer);
+
+ACPI_STATUS
AcpiRsSetSrsMethodData (
ACPI_HANDLE Handle,
ACPI_BUFFER *RetBuffer);
OpenPOWER on IntegriCloud