summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-06-29 19:03:50 +0000
committernjl <njl@FreeBSD.org>2004-06-29 19:03:50 +0000
commitdf407d380397f3b0046891308f8bdc99aa715c0c (patch)
tree3c1fcfa951ed7b62c5fdd06cada4c5c5924d8b24 /sys/dev/acpica
parent72ad681e8442865d104086e9a6961818cc435085 (diff)
downloadFreeBSD-src-df407d380397f3b0046891308f8bdc99aa715c0c.zip
FreeBSD-src-df407d380397f3b0046891308f8bdc99aa715c0c.tar.gz
Staticize acpi_MatchHid() and include acpi_if.h
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpivar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index 7d0b1d3..b3da307 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -28,6 +28,7 @@
* $FreeBSD$
*/
+#include "acpi_if.h"
#include "bus_if.h"
#include <sys/eventhandler.h>
#include <sys/sysctl.h>
@@ -215,7 +216,6 @@ void acpi_EnterDebugger(void);
#define ACPI_DEVINFO_PRESENT(x) (((x) & 0x9) == 9)
BOOLEAN acpi_DeviceIsPresent(device_t dev);
BOOLEAN acpi_BatteryIsPresent(device_t dev);
-BOOLEAN acpi_MatchHid(ACPI_HANDLE h, char *hid);
ACPI_STATUS acpi_GetHandleInScope(ACPI_HANDLE parent, char *path,
ACPI_HANDLE *result);
uint32_t acpi_TimerDelta(uint32_t end, uint32_t start);
OpenPOWER on IntegriCloud