Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Remove bus_space_handle_is_equal() and bus_space_is_...
details: https://anonhg.NetBSD.org/src/rev/c28e14014b56
branches: trunk
changeset: 768490:c28e14014b56
user: dyoung <dyoung%NetBSD.org@localhost>
date: Wed Aug 17 14:52:09 2011 +0000
description:
Remove bus_space_handle_is_equal() and bus_space_is_equal() since
they're declared in bus_proto.h.
diffstat:
sys/sys/bus.h | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (25 lines):
diff -r 0280406a5fd8 -r c28e14014b56 sys/sys/bus.h
--- a/sys/sys/bus.h Wed Aug 17 14:39:59 2011 +0000
+++ b/sys/sys/bus.h Wed Aug 17 14:52:09 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus.h,v 1.6 2011/07/08 03:24:42 dyoung Exp $ */
+/* $NetBSD: bus.h,v 1.7 2011/08/17 14:52:09 dyoung Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -119,8 +119,6 @@
#endif
};
-bool bus_space_handle_is_equal(bus_space_tag_t, bus_space_handle_t,
- bus_space_handle_t);
int bus_space_tag_create(bus_space_tag_t, uint64_t, uint64_t,
const struct bus_space_overrides *, void *,
bus_space_tag_t *);
@@ -165,6 +163,4 @@
#include <machine/bus.h>
#endif
-bool bus_space_is_equal(bus_space_tag_t, bus_space_tag_t);
-
#endif /* _SYS_BUS_H_ */
Home |
Main Index |
Thread Index |
Old Index