Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ofppc/ofppc Have to include rtas.h for NRTAS defini...



details:   https://anonhg.NetBSD.org/src/rev/7ef4014f5e40
branches:  trunk
changeset: 750986:7ef4014f5e40
user:      phx <phx%NetBSD.org@localhost>
date:      Wed Jan 20 17:12:08 2010 +0000

description:
Have to include rtas.h for NRTAS definition.

diffstat:

 sys/arch/ofppc/ofppc/machdep.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 56b82ca06f3d -r 7ef4014f5e40 sys/arch/ofppc/ofppc/machdep.c
--- a/sys/arch/ofppc/ofppc/machdep.c    Wed Jan 20 16:49:42 2010 +0000
+++ b/sys/arch/ofppc/ofppc/machdep.c    Wed Jan 20 17:12:08 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.108 2010/01/16 21:05:28 phx Exp $        */
+/*     $NetBSD: machdep.c,v 1.109 2010/01/20 17:12:08 phx Exp $        */
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.108 2010/01/16 21:05:28 phx Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.109 2010/01/20 17:12:08 phx Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -62,6 +62,7 @@
 #include <dev/ic/comreg.h>
 #include <dev/ic/comvar.h>
 #endif
+#include "rtas.h"
 
 struct pmap ofw_pmap;
 char bootpath[256];



Home | Main Index | Thread Index | Old Index