diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-14 00:32:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-14 00:32:32 +0000 |
commit | 88b9b759108fa8922484492592cd7d610719258b (patch) | |
tree | 1d13600bec394819df781f2ca7f1f09b488a766e /sys/arch/amd64 | |
parent | 457f295d5473b74cb64874c26c98420b9ca13d4c (diff) |
de-__P
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/pci/pchb.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/pci/pchb.c b/sys/arch/amd64/pci/pchb.c index 4d1b614d7b3..339f26ccb83 100644 --- a/sys/arch/amd64/pci/pchb.c +++ b/sys/arch/amd64/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.1 2004/01/28 01:39:39 mickey Exp $ */ +/* $OpenBSD: pchb.c,v 1.2 2004/06/14 00:32:30 deraadt Exp $ */ /* $NetBSD: pchb.c,v 1.1 2003/04/26 18:39:50 fvdl Exp $ */ /*- @@ -71,10 +71,10 @@ #define I82424_BCTL_PCIMEM_BURSTEN 0x01 #define I82424_BCTL_PCI_BURSTEN 0x02 -int pchbmatch __P((struct device *, void *, void *)); -void pchbattach __P((struct device *, struct device *, void *)); +int pchbmatch(struct device *, void *, void *); +void pchbattach(struct device *, struct device *, void *); -int pchb_print __P((void *, const char *)); +int pchb_print(void *, const char *); struct cfattach pchb_ca = { sizeof(struct pchb_softc), pchbmatch, pchbattach, |