diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/arch/mvme68k/dev/sbicdma.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/arch/mvme68k/dev/sbicdma.c')
-rw-r--r-- | sys/arch/mvme68k/dev/sbicdma.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/mvme68k/dev/sbicdma.c b/sys/arch/mvme68k/dev/sbicdma.c index 8d7bdeff949..8ade6085da1 100644 --- a/sys/arch/mvme68k/dev/sbicdma.c +++ b/sys/arch/mvme68k/dev/sbicdma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sbicdma.c,v 1.6 2001/11/06 19:53:15 miod Exp $ */ +/* $OpenBSD: sbicdma.c,v 1.7 2002/03/14 01:26:37 millert Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -54,16 +54,16 @@ #include <mvme68k/dev/sbicvar.h> #include <mvme68k/dev/dmavar.h> -void sbicdmaattach __P((struct device *, struct device *, void *)); -int sbicdmamatch __P((struct device *, void *, void *)); -int sbicdmaprint __P((void *auxp, const char *)); +void sbicdmaattach(struct device *, struct device *, void *); +int sbicdmamatch(struct device *, void *, void *); +int sbicdmaprint(void *auxp, const char *); -void sbicdma_dmafree __P((struct sbic_softc *)); -void sbicdma_dmastop __P((struct sbic_softc *)); -int sbicdma_dmanext __P((struct sbic_softc *)); -int sbicdma_dmago __P((struct sbic_softc *, char *, int, int)); -int sbicdma_dmaintr __P((struct sbic_softc *)); -int sbicdma_scintr __P((struct sbic_softc *)); +void sbicdma_dmafree(struct sbic_softc *); +void sbicdma_dmastop(struct sbic_softc *); +int sbicdma_dmanext(struct sbic_softc *); +int sbicdma_dmago(struct sbic_softc *, char *, int, int); +int sbicdma_dmaintr(struct sbic_softc *); +int sbicdma_scintr(struct sbic_softc *); struct scsi_adapter sbicdma_scsiswitch = { sbic_scsicmd, |