add GetDevices

date	2000.09.29.22.09.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:03:02 +00:00
parent 95d0906b5e
commit 66caa4911a

View File

@ -201,6 +201,14 @@ AcpiWalkNamespace (
void *Context,
void * *ReturnValue);
ACPI_STATUS
AcpiGetDevices (
NATIVE_CHAR *HID,
WALK_CALLBACK UserFunction,
void *Context,
void **ReturnValue);
ACPI_STATUS
AcpiGetName (
ACPI_HANDLE Handle,