mirror of
https://github.com/acpica/acpica/
synced 2025-02-06 08:34:19 +03:00
add GetDevices
date 2000.09.29.22.09.00; author agrover; state Exp;
This commit is contained in:
parent
95d0906b5e
commit
66caa4911a
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user