From: ratchov Date: Sat, 16 May 2015 10:04:20 +0000 (+0000) Subject: hide private midi_softc strucure X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8a73cd36f4d73e52694b51572dc79173ef36bb22;p=openbsd hide private midi_softc strucure --- diff --git a/sys/dev/midi_if.h b/sys/dev/midi_if.h index 609e30973fc..bfe3ec72fa3 100644 --- a/sys/dev/midi_if.h +++ b/sys/dev/midi_if.h @@ -1,4 +1,4 @@ -/* $OpenBSD: midi_if.h,v 1.8 2015/05/12 18:23:38 ratchov Exp $ */ +/* $OpenBSD: midi_if.h,v 1.9 2015/05/16 10:04:20 ratchov Exp $ */ /* $NetBSD: midi_if.h,v 1.3 1998/11/25 22:17:07 augustss Exp $ */ /* @@ -40,8 +40,6 @@ struct midi_info { #define MIDI_PROP_OUT_INTR 1 #define MIDI_PROP_CAN_INPUT 2 -struct midi_softc; - struct midi_hw_if { int (*open)(void *, int, /* open hardware */ void (*)(void *, int), /* input callback */