From: tb Date: Tue, 5 Jul 2022 09:33:39 +0000 (+0000) Subject: Missing header change that should have gone with xhci_acpi.c r1.8 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=db21afac7221d8258f83eb7991dc68bc2521ec7d;p=openbsd Missing header change that should have gone with xhci_acpi.c r1.8 from kettenis via patrick --- 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 * @@ -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);