diff options
Diffstat (limited to 'sys/dev/midi_if.h')
-rw-r--r-- | sys/dev/midi_if.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/midi_if.h b/sys/dev/midi_if.h index 7c7b0276fad..4a2c7ee1440 100644 --- a/sys/dev/midi_if.h +++ b/sys/dev/midi_if.h @@ -1,4 +1,4 @@ -/* $OpenBSD: midi_if.h,v 1.5 2002/03/15 01:20:04 millert Exp $ */ +/* $OpenBSD: midi_if.h,v 1.6 2006/04/07 22:41:32 jsg Exp $ */ /* $NetBSD: midi_if.h,v 1.3 1998/11/25 22:17:07 augustss Exp $ */ /* @@ -56,6 +56,7 @@ struct midi_hw_if { void *); void (*close)(void *); /* close hardware */ int (*output)(void *, int); /* output a byte */ + void (*flush)(void *); /* flush the output */ void (*getinfo)(void *, struct midi_info *); int (*ioctl)(void *, u_long, caddr_t, int, struct proc *); }; |