Merged AcpiAmlGet/SetNamedFieldValue into

AcpiAmlAccessNamedFieldValue.


date	2000.07.31.20.46.00;	author mwalz;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:40:07 +00:00
parent 3b3211e21f
commit b76ce0cdf8

View File

@ -214,19 +214,6 @@ AcpiAmlAccessNamedField (
void *Buffer,
UINT32 Length);
ACPI_STATUS
AcpiAmlSetNamedFieldValue (
ACPI_HANDLE NamedField,
void *Buffer,
UINT32 Length);
ACPI_STATUS
AcpiAmlGetNamedFieldValue (
ACPI_HANDLE NamedField,
void *Buffer,
UINT32 Length);
/*
* ammisc - ACPI AML (p-code) execution - specific opcodes
*/