summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/include/bus.h')
-rw-r--r--sys/arch/i386/include/bus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/include/bus.h b/sys/arch/i386/include/bus.h
index 15c457b6c90..ac0a18c394f 100644
--- a/sys/arch/i386/include/bus.h
+++ b/sys/arch/i386/include/bus.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bus.h,v 1.10 1998/01/20 18:40:17 niklas Exp $ */
+/* $OpenBSD: bus.h,v 1.11 1998/02/08 04:14:13 niklas Exp $ */
/* $NetBSD: bus.h,v 1.6 1996/11/10 03:19:25 thorpej Exp $ */
/*-
@@ -748,6 +748,7 @@ void bus_space_free __P((bus_space_tag_t t, bus_space_handle_t bsh,
/* Forwards needed by prototypes below. */
struct mbuf;
+struct proc;
struct uio;
/*