diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-07-05 09:33:40 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-07-05 09:33:40 +0000 |
commit | 748e8a8abc0095b1f3fbe975474f4ea9087405ba (patch) | |
tree | dc51a630b48d77d90ca4bdc7c91d2a7f9a9e0f69 /sys/dev/acpi | |
parent | 730fd045653e476dd3d809a8c123ba5857849bbf (diff) |
Missing header change that should have gone with xhci_acpi.c r1.8
from kettenis via patrick
Diffstat (limited to 'sys/dev/acpi')
-rw-r--r-- | sys/dev/acpi/acpivar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/acpi/acpivar.h b/sys/dev/acpi/acpivar.h index 53e84940fa1..339eb9baeb3 100644 --- a/sys/dev/acpi/acpivar.h +++ b/sys/dev/acpi/acpivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpivar.h,v 1.119 2022/02/10 07:39:20 visa Exp $ */ +/* $OpenBSD: acpivar.h,v 1.120 2022/07/05 09:33:39 tb Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * @@ -373,6 +373,7 @@ void acpi_sleep(int, char *); int acpi_matchcls(struct acpi_attach_args *, int, int, int); int acpi_matchhids(struct acpi_attach_args *, const char *[], const char *); int acpi_parsehid(struct aml_node *, void *, char *, char *, size_t); +void acpi_parse_crs(struct acpi_softc *, struct acpi_attach_args *); int64_t acpi_getsta(struct acpi_softc *sc, struct aml_node *); int acpi_getprop(struct aml_node *, const char *, void *, int); |