mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include the prototype for acpi_GetReference.
This commit is contained in:
parent
074a57f560
commit
4a74bb97ed
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue