summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/ce4231.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc64/dev/ce4231.c')
-rw-r--r--sys/arch/sparc64/dev/ce4231.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/sparc64/dev/ce4231.c b/sys/arch/sparc64/dev/ce4231.c
index 92146092b3e..e9ac05101ce 100644
--- a/sys/arch/sparc64/dev/ce4231.c
+++ b/sys/arch/sparc64/dev/ce4231.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ce4231.c,v 1.6 2002/03/14 01:26:44 millert Exp $ */
+/* $OpenBSD: ce4231.c,v 1.7 2002/03/14 03:16:00 millert Exp $ */
/*
* Copyright (c) 1999 Jason L. Wright (jason@thought.net)
@@ -157,10 +157,10 @@ void * ce4231_alloc(void *, int, size_t, int, int);
void ce4231_free(void *, void *, int);
size_t ce4231_round_buffersize(void *, int, size_t);
int ce4231_get_props(void *);
-int ce4231_trigger_output __P((void *, void *, void *, int,
- void (*intr)(void *), void *arg, struct audio_params *));
-int ce4231_trigger_input __P((void *, void *, void *, int,
- void (*intr)(void *), void *arg, struct audio_params *));
+int ce4231_trigger_output(void *, void *, void *, int,
+ void (*intr)(void *), void *arg, struct audio_params *);
+int ce4231_trigger_input(void *, void *, void *, int,
+ void (*intr)(void *), void *arg, struct audio_params *);
struct audio_hw_if ce4231_sa_hw_if = {
ce4231_open,