artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0b9e3b
)
hide private midi_softc strucure
author
ratchov
<ratchov@openbsd.org>
Sat, 16 May 2015 10:04:20 +0000
(10:04 +0000)
committer
ratchov
<ratchov@openbsd.org>
Sat, 16 May 2015 10:04:20 +0000
(10:04 +0000)
sys/dev/midi_if.h
patch
|
blob
|
history
diff --git
a/sys/dev/midi_if.h
b/sys/dev/midi_if.h
index
609e309
..
bfe3ec7
100644
(file)
--- 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 */