-/* $OpenBSD: com_puc.c,v 1.25 2020/08/14 18:14:11 jcs Exp $ */
+/* $OpenBSD: com_puc.c,v 1.26 2021/03/05 13:20:19 jsg Exp $ */
/*
* Copyright (c) 1997 - 1999, Jason Downs. All rights reserved.
};
int
-com_puc_match(parent, match, aux)
- struct device *parent;
- void *match, *aux;
+com_puc_match(struct device *parent, void *match, void *aux)
{
struct puc_attach_args *pa = aux;
}
void
-com_puc_attach(parent, self, aux)
- struct device *parent, *self;
- void *aux;
+com_puc_attach(struct device *parent, struct device *self, void *aux)
{
struct com_softc *sc = (void *)self;
struct puc_attach_args *pa = aux;
-/* $OpenBSD: lpt_puc.c,v 1.9 2017/09/08 05:36:52 deraadt Exp $ */
+/* $OpenBSD: lpt_puc.c,v 1.10 2021/03/05 13:20:19 jsg Exp $ */
/* $NetBSD: lpt_puc.c,v 1.1 1998/06/26 18:52:41 cgd Exp $ */
/*
};
int
-lpt_puc_probe(parent, match, aux)
- struct device *parent;
- void *match, *aux;
+lpt_puc_probe(struct device *parent, void *match, void *aux)
{
struct puc_attach_args *aa = aux;
}
void
-lpt_puc_attach(parent, self, aux)
- struct device *parent, *self;
- void *aux;
+lpt_puc_attach(struct device *parent, struct device *self, void *aux)
{
struct lpt_softc *sc = (void *)self;
struct puc_attach_args *aa = aux;