Module Name: src
Committed By: riastradh
Date: Mon Aug 27 16:16:02 UTC 2018
Modified Files:
src/sys/arch/sparc64/include: bus_funcs.h
Log Message:
Include some needful header files and forward declarations.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sparc64/include/bus_funcs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sparc64/include/bus_funcs.h
diff -u src/sys/arch/sparc64/include/bus_funcs.h:1.3 src/sys/arch/sparc64/include/bus_funcs.h:1.4
--- src/sys/arch/sparc64/include/bus_funcs.h:1.3 Mon Jul 14 12:40:38 2014
+++ src/sys/arch/sparc64/include/bus_funcs.h Mon Aug 27 16:16:02 2018
@@ -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
*/