diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-08 04:14:14 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-08 04:14:14 +0000 |
commit | 6bce71fc5d202148fc4e776266e49cdd7d298c7b (patch) | |
tree | b8794fa95bc65c3bd2d4cb76e9682b765402d21d /sys/arch/i386/include/bus.h | |
parent | 5aec01b68a9faafbcac77112a031cdb382967734 (diff) |
Forward declare struct proc
Diffstat (limited to 'sys/arch/i386/include/bus.h')
-rw-r--r-- | sys/arch/i386/include/bus.h | 3 |
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; /* |