Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Add missing prototypes for bus_*_is_equal functions.



details:   https://anonhg.NetBSD.org/src/rev/aa419dfdc7d9
branches:  trunk
changeset: 768470:aa419dfdc7d9
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Aug 17 10:46:38 2011 +0000

description:
Add missing prototypes for bus_*_is_equal functions.

diffstat:

 sys/sys/bus_proto.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r bf9fdf2b9ec7 -r aa419dfdc7d9 sys/sys/bus_proto.h
--- a/sys/sys/bus_proto.h       Wed Aug 17 10:08:43 2011 +0000
+++ b/sys/sys/bus_proto.h       Wed Aug 17 10:46:38 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_proto.h,v 1.5 2011/05/25 22:58:29 dyoung Exp $     */
+/*     $NetBSD: bus_proto.h,v 1.6 2011/08/17 10:46:38 martin Exp $     */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2001, 2007 The NetBSD Foundation, Inc.
@@ -298,6 +298,10 @@
                                bus_size_t, bus_space_handle_t,
                                bus_size_t, bus_size_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);
+
 /*
  * bus_dma(9)
  */



Home | Main Index | Thread Index | Old Index