Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/include/sys make tags and handles long



details:   https://anonhg.NetBSD.org/src/rev/8a332394912c
branches:  trunk
changeset: 328481:8a332394912c
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Apr 04 12:25:45 2014 +0000

description:
make tags and handles long

diffstat:

 sys/rump/include/sys/bus.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 8e25132e9d2e -r 8a332394912c sys/rump/include/sys/bus.h
--- a/sys/rump/include/sys/bus.h        Fri Apr 04 09:32:56 2014 +0000
+++ b/sys/rump/include/sys/bus.h        Fri Apr 04 12:25:45 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus.h,v 1.3 2013/09/23 17:57:59 pooka Exp $    */
+/*     $NetBSD: bus.h,v 1.4 2014/04/04 12:25:45 pooka Exp $    */
 
 /*
  * Copyright (c) 2010 Antti Kantee.  All Rights Reserved.
@@ -37,8 +37,8 @@
 /* bus space defs */
 typedef unsigned long bus_addr_t;
 typedef unsigned long bus_size_t;
-typedef int bus_space_tag_t;
-typedef int bus_space_handle_t;
+typedef unsigned long bus_space_tag_t;
+typedef unsigned long bus_space_handle_t;
 
 /* bus dma defs */
 typedef void *bus_dma_tag_t;



Home | Main Index | Thread Index | Old Index