Module Name: src
Committed By: dyoung
Date: Tue Apr 7 17:55:55 UTC 2009
Modified Files:
src/sys/dev: midi_if.h
Log Message:
Declare mididetach() for use by midi0 at pcppi0.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/midi_if.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/midi_if.h
diff -u src/sys/dev/midi_if.h:1.21 src/sys/dev/midi_if.h:1.22
--- src/sys/dev/midi_if.h:1.21 Mon Apr 28 20:23:47 2008
+++ src/sys/dev/midi_if.h Tue Apr 7 17:55:55 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: midi_if.h,v 1.21 2008/04/28 20:23:47 martin Exp $ */
+/* $NetBSD: midi_if.h,v 1.22 2009/04/07 17:55:55 dyoung Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -84,6 +84,7 @@
void midi_register_hw_if_ext(struct midi_hw_if_ext *);
void midi_attach(struct midi_softc *, device_t);
+int mididetach(device_t, int);
device_t midi_attach_mi(const struct midi_hw_if *, void *, device_t);
int midi_unit_count(void);