summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/gus_wave.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-11-24 15:08:07 +0000
committerbde <bde@FreeBSD.org>1995-11-24 15:08:07 +0000
commiteaebf72f4b2524b522ade2b79d17dc7cec43ae78 (patch)
tree8135f9f40871b66876ad8da5ba46e18cf79f64af /sys/i386/isa/sound/gus_wave.c
parent2889b1ba4a3bcb4542e14f59663b28d2fb0779f0 (diff)
downloadFreeBSD-src-eaebf72f4b2524b522ade2b79d17dc7cec43ae78.zip
FreeBSD-src-eaebf72f4b2524b522ade2b79d17dc7cec43ae78.tar.gz
Added bogusly placed extern prototypes for functions that should probably
be static.
Diffstat (limited to 'sys/i386/isa/sound/gus_wave.c')
-rw-r--r--sys/i386/isa/sound/gus_wave.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/i386/isa/sound/gus_wave.c b/sys/i386/isa/sound/gus_wave.c
index 0f24596..ecc266d 100644
--- a/sys/i386/isa/sound/gus_wave.c
+++ b/sys/i386/isa/sound/gus_wave.c
@@ -31,6 +31,11 @@
#include <machine/ultrasound.h>
#include "gus_hw.h"
+extern unsigned char gus_look8 __P((int reg));
+extern unsigned short gus_read16 __P((int reg));
+extern void gus_write_addr __P((int reg, unsigned long address, int is16bit));
+extern void gus_write16 __P((int reg, unsigned int data));
+
#if defined(CONFIGURE_SOUNDCARD) && !defined(EXCLUDE_GUS)
#define MAX_SAMPLE 150
OpenPOWER on IntegriCloud