sync code with last fixes and improvements from OpenBSD
This commit is contained in:
parent
f57be82572
commit
58b04bcee7
468 changed files with 9958 additions and 7882 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: aplpmgr.c,v 1.3 2022/11/10 11:44:06 kettenis Exp $ */
|
||||
/* $OpenBSD: aplpmgr.c,v 1.5 2023/07/20 20:40:44 kettenis Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2021 Mark Kettenis <kettenis@openbsd.org>
|
||||
*
|
||||
|
@ -66,7 +66,6 @@ struct aplpmgr_softc {
|
|||
|
||||
int aplpmgr_match(struct device *, void *, void *);
|
||||
void aplpmgr_attach(struct device *, struct device *, void *);
|
||||
int aplpmgr_activate(struct device *, int act);
|
||||
|
||||
const struct cfattach aplpmgr_ca = {
|
||||
sizeof (struct aplpmgr_softc), aplpmgr_match, aplpmgr_attach
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue