Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nathanw_sa]: src/sys/arch/powerpc/include Include powerpc/mpc6xx/{bat.h, ...
details: https://anonhg.NetBSD.org/src/rev/01f21b76a51c
branches: nathanw_sa
changeset: 504741:01f21b76a51c
user: tsubai <tsubai%NetBSD.org@localhost>
date: Tue Jun 12 17:20:51 2001 +0000
description:
Include powerpc/mpc6xx/{bat.h,pte.h} if PPC_MPC6XX is defined.
diffstat:
sys/arch/powerpc/include/bat.h | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r 7ea687b366d5 -r 01f21b76a51c sys/arch/powerpc/include/bat.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/powerpc/include/bat.h Tue Jun 12 17:20:51 2001 +0000
@@ -0,0 +1,9 @@
+/* $NetBSD: bat.h,v 1.4.8.2 2001/06/12 17:20:51 tsubai Exp $ */
+
+#ifdef _KERNEL_OPT
+#include "opt_ppcarch.h"
+#endif
+
+#ifdef PPC_MPC6XX
+#include <powerpc/mpc6xx/bat.h>
+#endif
Home |
Main Index |
Thread Index |
Old Index