From 336a6f070b228b59f25b26ea4de3ac0ff1c7160f Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 4 Nov 1995 13:25:33 +0000 Subject: Moved prototypes for devswitch functions from conf.c and driver sources to . conf.h was mechanically generated by `grep ^d_ conf.c >conf.h'. This accounts for part of its ugliness. The prototypes should be moved back to the driver sources when the functions are staticalized. --- sys/i386/isa/sound/soundcard.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sys/i386/isa/sound/soundcard.c') diff --git a/sys/i386/isa/sound/soundcard.c b/sys/i386/isa/sound/soundcard.c index 9f1a196..381ea31 100644 --- a/sys/i386/isa/sound/soundcard.c +++ b/sys/i386/isa/sound/soundcard.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: soundcard.c,v 1.28 1995/09/01 19:09:11 jkh Exp $ + * $Id: soundcard.c,v 1.29 1995/09/08 19:57:13 bde Exp $ */ #include "sound_config.h" @@ -59,12 +59,6 @@ struct selinfo selinfo[SND_NDEVS >> 4]; int sndprobe (struct isa_device *dev); int sndattach (struct isa_device *dev); -int sndopen (dev_t dev, int flags, int fmt, struct proc *p); -int sndclose (dev_t dev, int flags, int fmt, struct proc *p); -int sndioctl (dev_t dev, int cmd, caddr_t arg, int flags, struct proc *p); -int sndread (dev_t dev, struct uio *uio, int ioflag); -int sndwrite (dev_t dev, struct uio *uio, int ioflag); -int sndselect (dev_t dev, int rw, struct proc *p); static void sound_mem_init(void); struct isa_driver opldriver = {sndprobe, sndattach, "opl"}; -- cgit v1.1