Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/include Include some needful header files a...



details:   https://anonhg.NetBSD.org/src/rev/3a2b3cc0d1cf
branches:  trunk
changeset: 835522:3a2b3cc0d1cf
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 16:16:02 2018 +0000

description:
Include some needful header files and forward declarations.

diffstat:

 sys/arch/sparc64/include/bus_funcs.h |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 306f5461bad6 -r 3a2b3cc0d1cf sys/arch/sparc64/include/bus_funcs.h
--- a/sys/arch/sparc64/include/bus_funcs.h      Mon Aug 27 16:15:48 2018 +0000
+++ b/sys/arch/sparc64/include/bus_funcs.h      Mon Aug 27 16:16:02 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_funcs.h,v 1.3 2014/07/14 12:40:38 nakayama Exp $   */
+/*     $NetBSD: bus_funcs.h,v 1.4 2018/08/27 16:16:02 riastradh Exp $  */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc.
@@ -65,6 +65,17 @@
 #ifndef _SPARC64_BUS_FUNCS_H_
 #define _SPARC64_BUS_FUNCS_H_
 
+#include <sys/cdefs.h>
+#include <sys/types.h>
+#include <sys/null.h>
+
+#include <machine/bus_defs.h>
+
+struct mbuf;
+struct openprom_range;
+struct proc;
+struct uio;
+
 /*
  * Debug hooks
  */



Home | Main Index | Thread Index | Old Index