mirror of
https://github.com/acpica/acpica/
synced 2025-01-19 07:59:44 +03:00
New control method execution interface(s)
date 99.06.07.21.40.00; author rmoore1; state Exp;
This commit is contained in:
parent
99cbbed95c
commit
ecee827e63
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user