Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/include struct device * -> device_t (from chs@)
details: https://anonhg.NetBSD.org/src/rev/451f872b62af
branches: trunk
changeset: 782028:451f872b62af
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Oct 13 06:44:24 2012 +0000
description:
struct device * -> device_t (from chs@)
diffstat:
sys/arch/x68k/include/bus.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a20a32ca4f56 -r 451f872b62af sys/arch/x68k/include/bus.h
--- a/sys/arch/x68k/include/bus.h Sat Oct 13 06:43:00 2012 +0000
+++ b/sys/arch/x68k/include/bus.h Sat Oct 13 06:44:24 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus.h,v 1.24 2011/03/24 15:05:55 tsutsui Exp $ */
+/* $NetBSD: bus.h,v 1.25 2012/10/13 06:44:24 tsutsui Exp $ */
/*-
* Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -99,7 +99,7 @@
int); /* flags */
#endif
- struct device *x68k_bus_device;
+ device_t x68k_bus_device;
};
int x68k_bus_space_alloc(bus_space_tag_t, bus_addr_t, bus_addr_t, bus_size_t,
Home |
Main Index |
Thread Index |
Old Index