Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/usermode/include Fix compilation after bus space ch...
details: https://anonhg.NetBSD.org/src/rev/2dcee2df29a7
branches: trunk
changeset: 768528:2dcee2df29a7
user: reinoud <reinoud%NetBSD.org@localhost>
date: Thu Aug 18 13:47:22 2011 +0000
description:
Fix compilation after bus space changes. They are weak linked to the defaults.
diffstat:
sys/arch/usermode/include/bus.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 082748490549 -r 2dcee2df29a7 sys/arch/usermode/include/bus.h
--- a/sys/arch/usermode/include/bus.h Thu Aug 18 13:20:04 2011 +0000
+++ b/sys/arch/usermode/include/bus.h Thu Aug 18 13:47:22 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus.h,v 1.2 2011/08/10 01:32:44 jmcneill Exp $ */
+/* $NetBSD: bus.h,v 1.3 2011/08/18 13:47:22 reinoud Exp $ */
/*-
* Copyright (c) 2011 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -34,4 +34,8 @@
typedef vaddr_t bus_space_handle_t;
+bool bus_space_is_equal(bus_space_tag_t, bus_space_tag_t);
+bool bus_space_handle_is_equal(bus_space_tag_t, bus_space_handle_t,
+ bus_space_handle_t);
+
#endif /* !_ARCH_USERMODE_INCLUDE_BUS_H */
Home |
Main Index |
Thread Index |
Old Index