Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include fix some cosmetics.



details:   https://anonhg.NetBSD.org/src/rev/20c0e08da5a8
branches:  trunk
changeset: 755411:20c0e08da5a8
user:      chs <chs%NetBSD.org@localhost>
date:      Fri Jun 04 20:31:58 2010 +0000

description:
fix some cosmetics.

diffstat:

 sys/arch/powerpc/include/ofw_bus.h |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r 511dc6001b94 -r 20c0e08da5a8 sys/arch/powerpc/include/ofw_bus.h
--- a/sys/arch/powerpc/include/ofw_bus.h        Fri Jun 04 20:19:39 2010 +0000
+++ b/sys/arch/powerpc/include/ofw_bus.h        Fri Jun 04 20:31:58 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ofw_bus.h,v 1.3 2008/04/28 20:23:32 martin Exp $ */
+/* $NetBSD: ofw_bus.h,v 1.4 2010/06/04 20:31:58 chs Exp $ */
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -29,8 +29,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef _POWERPC_OWFPPC_BUS_H_
-#define _POWERPC_OWFPPC_BUS_H_
+#ifndef _POWERPC_OFW_BUS_H_
+#define _POWERPC_OFW_BUS_H_
 
 #define RANGE_TYPE_PCI         1
 #define RANGE_TYPE_ISA         2
@@ -52,8 +52,7 @@
 void ofwoea_bus_space_init(void);
 void ofwoea_initppc(u_int, u_int, char *);
 void ofwoea_batinit(void);
-int ofwoea_map_space(int rangetype, int iomem, int node,
-    struct powerpc_bus_space *tag, const char *name);
+int ofwoea_map_space(int, int, int, struct powerpc_bus_space *, const char *);
 #endif
 
-#endif /* _POWERPC_PREP_BUS_H_ */
+#endif /* _POWERPC_OFW_BUS_H_ */



Home | Main Index | Thread Index | Old Index