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 add bus_addr_t typedef



details:   https://anonhg.NetBSD.org/src/rev/23ca4fa5f7b8
branches:  trunk
changeset: 768700:23ca4fa5f7b8
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Aug 25 11:02:57 2011 +0000

description:
add bus_addr_t typedef

diffstat:

 sys/arch/usermode/include/bus.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e62647ade2d9 -r 23ca4fa5f7b8 sys/arch/usermode/include/bus.h
--- a/sys/arch/usermode/include/bus.h   Thu Aug 25 10:46:59 2011 +0000
+++ b/sys/arch/usermode/include/bus.h   Thu Aug 25 11:02:57 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus.h,v 1.3 2011/08/18 13:47:22 reinoud Exp $ */
+/* $NetBSD: bus.h,v 1.4 2011/08/25 11:02:57 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2011 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -33,6 +33,7 @@
 typedef struct bus_space_tag *bus_space_tag_t;
 
 typedef vaddr_t bus_space_handle_t;
+typedef paddr_t bus_addr_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,



Home | Main Index | Thread Index | Old Index