Include the prototype for acpi_GetReference.
This commit is contained in:
parent
074a57f560
commit
4a74bb97ed
@ -360,6 +360,7 @@ int acpi_PkgInt32(ACPI_OBJECT *res, int idx, uint32_t *dst);
|
||||
int acpi_PkgStr(ACPI_OBJECT *res, int idx, void *dst, size_t size);
|
||||
int acpi_PkgGas(device_t dev, ACPI_OBJECT *res, int idx, int *rid,
|
||||
struct resource **dst);
|
||||
ACPI_HANDLE acpi_GetReference(ACPI_HANDLE scope, ACPI_OBJECT *obj);
|
||||
|
||||
#if __FreeBSD_version >= 500000
|
||||
#ifndef ACPI_MAX_THREADS
|
||||
|
Loading…
Reference in New Issue
Block a user