summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mpuvar.h
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-05-12 00:48:53 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-05-12 00:48:53 +0000
commita0d1db887f3a0541c44c09ae5f7926a37cfaa788 (patch)
tree40e9b2def209c699a802917eed3318661b6f1686 /sys/dev/ic/mpuvar.h
parent88ce98795e60512c65517b040e879766d6bd341b (diff)
Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)
Diffstat (limited to 'sys/dev/ic/mpuvar.h')
-rw-r--r--sys/dev/ic/mpuvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/mpuvar.h b/sys/dev/ic/mpuvar.h
index d0166020292..88e8f72aa4c 100644
--- a/sys/dev/ic/mpuvar.h
+++ b/sys/dev/ic/mpuvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpuvar.h,v 1.4 2002/11/28 22:37:20 mickey Exp $ */
+/* $OpenBSD: mpuvar.h,v 1.5 2003/05/12 00:48:52 jason Exp $ */
/* $NetBSD: mpu401var.h,v 1.3 1998/11/25 22:17:06 augustss Exp $ */
/*
@@ -46,7 +46,7 @@ struct mpu_softc {
void *arg; /* arg for intr() */
};
-struct midi_hw_if mpu_midi_hw_if;
+extern struct midi_hw_if mpu_midi_hw_if;
int mpu_intr(void *);
int mpu_find(void *);