diff options
author | briggs <briggs@cvs.openbsd.org> | 1997-04-07 03:23:38 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1997-04-07 03:23:38 +0000 |
commit | 5a0aaa7fd4287ecfbfc498d12a1e80b14fb1dd0d (patch) | |
tree | d06778092fed76541c6fba1cbe51ade098e68b7f /sys/arch/mac68k/include/bus.h | |
parent | 6377c617eda415f5477f625fe2994ea16d89b892 (diff) |
Ahem... bus_probe() already exists and does what bus_space_bad_addr() does.
Nuke the latter.
Diffstat (limited to 'sys/arch/mac68k/include/bus.h')
-rw-r--r-- | sys/arch/mac68k/include/bus.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mac68k/include/bus.h b/sys/arch/mac68k/include/bus.h index 0ae55d75867..a643949b672 100644 --- a/sys/arch/mac68k/include/bus.h +++ b/sys/arch/mac68k/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.2 1997/04/05 16:22:06 briggs Exp $ */ +/* $OpenBSD: bus.h,v 1.3 1997/04/07 03:23:37 briggs Exp $ */ /* $NetBSD: bus.h,v 1.6 1997/02/24 05:55:14 scottr Exp $ */ /* @@ -66,8 +66,6 @@ int bus_space_alloc __P((bus_space_tag_t t, bus_addr_t rstart, bus_space_handle_t *bshp)); void bus_space_free __P((bus_space_tag_t t, bus_space_handle_t bsh, bus_size_t size)); -int bus_space_bad_addr __P((bus_space_tag_t tag, bus_space_handle_t hand, - bus_size_t offset, int byte_size)); /* * u_intN_t bus_space_read_N __P((bus_space_tag_t tag, |