Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/next68k/dev Explicitly include <machine/bus.h> here...



details:   https://anonhg.NetBSD.org/src/rev/5b60be8b2841
branches:  trunk
changeset: 760296:5b60be8b2841
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Jan 02 08:19:03 2011 +0000

description:
Explicitly include <machine/bus.h> here for bus_space_tag_t and bus_dma_tag_t.

diffstat:

 sys/arch/next68k/dev/intiovar.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c50dcd7904a6 -r 5b60be8b2841 sys/arch/next68k/dev/intiovar.h
--- a/sys/arch/next68k/dev/intiovar.h   Sun Jan 02 08:17:24 2011 +0000
+++ b/sys/arch/next68k/dev/intiovar.h   Sun Jan 02 08:19:03 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intiovar.h,v 1.6 2008/04/28 20:23:30 martin Exp $      */
+/*     $NetBSD: intiovar.h,v 1.7 2011/01/02 08:19:03 tsutsui Exp $     */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -34,6 +34,8 @@
  * internal i/o space.
  */
 
+#include <machine/bus.h>
+
 /*
  * Arguments used to attach a device to the internal i/o space.
  */



Home | Main Index | Thread Index | Old Index