From 4a74bb97ed2e41a7fa0f19b102aff5f62a3440be Mon Sep 17 00:00:00 2001 From: Nate Lawson Date: Fri, 9 Apr 2004 06:53:50 +0000 Subject: [PATCH] Include the prototype for acpi_GetReference. --- sys/dev/acpica/acpivar.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h index 51881a47f3a..a00aa487080 100644 --- a/sys/dev/acpica/acpivar.h +++ b/sys/dev/acpica/acpivar.h @@ -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