summaryrefslogtreecommitdiff
path: root/sys/dev/isa/sb.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 03:16:15 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 03:16:15 +0000
commite63dc855fe4ff1aa0029ebf9813134860a34ccdf (patch)
treec2aa960c67a99a878c8902943399029fa598683f /sys/dev/isa/sb.c
parent71eb96ce8a9190e7ffeccbabd7a5ec4f3b4fc72f (diff)
Final __P removal plus some cosmetic fixups
Diffstat (limited to 'sys/dev/isa/sb.c')
-rw-r--r--sys/dev/isa/sb.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/isa/sb.c b/sys/dev/isa/sb.c
index 481bb1905bd..cf282d137ac 100644
--- a/sys/dev/isa/sb.c
+++ b/sys/dev/isa/sb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sb.c,v 1.21 2002/03/14 01:26:56 millert Exp $ */
+/* $OpenBSD: sb.c,v 1.22 2002/03/14 03:16:05 millert Exp $ */
/* $NetBSD: sb.c,v 1.57 1998/01/12 09:43:46 thorpej Exp $ */
/*
@@ -65,9 +65,8 @@ struct cfdriver sb_cd = {
};
#if NMIDI > 0
-int sb_mpu401_open __P((void *, int,
- void (*iintr)(void *, int),
- void (*ointr)(void *), void *arg));
+int sb_mpu401_open(void *, int, void (*iintr)(void *, int),
+ void (*ointr)(void *), void *arg);
void sb_mpu401_close(void *);
int sb_mpu401_output(void *, int);
void sb_mpu401_getinfo(void *, struct midi_info *);