summaryrefslogtreecommitdiffstats
path: root/sys/dev/midi_if.h
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2002-03-15 01:20:03 +0000
committermillert <millert@openbsd.org>2002-03-15 01:20:03 +0000
commit00caae4baf9e792d7b51ca1a041f452d045868fc (patch)
treeb2496c91d9c873ecb4b779c3dd430f13fe53beae /sys/dev/midi_if.h
parentThe previous commit broke the bootblocks, since uvmexp is not available (diff)
downloadwireguard-openbsd-00caae4baf9e792d7b51ca1a041f452d045868fc.tar.xz
wireguard-openbsd-00caae4baf9e792d7b51ca1a041f452d045868fc.zip
Cosmetic changes only, primarily making comments line up nicely after the
__P removal.
Diffstat (limited to 'sys/dev/midi_if.h')
-rw-r--r--sys/dev/midi_if.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/midi_if.h b/sys/dev/midi_if.h
index f527ec587bf..7c7b0276fad 100644
--- a/sys/dev/midi_if.h
+++ b/sys/dev/midi_if.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: midi_if.h,v 1.4 2002/03/14 03:16:03 millert Exp $ */
+/* $OpenBSD: midi_if.h,v 1.5 2002/03/15 01:20:04 millert Exp $ */
/* $NetBSD: midi_if.h,v 1.3 1998/11/25 22:17:07 augustss Exp $ */
/*
@@ -54,7 +54,7 @@ struct midi_hw_if {
void (*)(void *, int), /* input callback */
void (*)(void *), /* output callback */
void *);
- void (*close)(void *); /* close hardware */
+ void (*close)(void *); /* close hardware */
int (*output)(void *, int); /* output a byte */
void (*getinfo)(void *, struct midi_info *);
int (*ioctl)(void *, u_long, caddr_t, int, struct proc *);