New control method execution interface(s)

date	99.06.07.21.40.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:49:58 +00:00
parent 99cbbed95c
commit ecee827e63

View File

@ -151,6 +151,38 @@
/* TBD: MOVE! */
ACPI_STATUS
NsEvaluateByHandle (
NsHandle Handle,
OBJECT_DESCRIPTOR *ReturnObject,
OBJECT_DESCRIPTOR **Params);
ACPI_STATUS
NsEvaluateByName (
char *Pathname,
OBJECT_DESCRIPTOR *ReturnObject,
OBJECT_DESCRIPTOR **Params);
ACPI_STATUS
NsEvaluateRelative (
NsHandle Handle,
char *Pathname,
OBJECT_DESCRIPTOR *ReturnObject,
OBJECT_DESCRIPTOR **Params);
ACPI_STATUS
NsExecuteControlMethod (
nte *MethodNte,
OBJECT_DESCRIPTOR **Params);
ACPI_STATUS
NsGetObjectValue (
nte *ObjectNte);
/* /*
* ACPI Table functions - nstables * ACPI Table functions - nstables
*/ */