Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/vr Include opt_vr41xx.h and vrcpudef.h



details:   https://anonhg.NetBSD.org/src/rev/c7da7dca7079
branches:  trunk
changeset: 510012:c7da7dca7079
user:      enami <enami%NetBSD.org@localhost>
date:      Thu May 17 05:25:32 2001 +0000

description:
Include opt_vr41xx.h and vrcpudef.h

diffstat:

 sys/arch/hpcmips/vr/rtc.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r a030445df788 -r c7da7dca7079 sys/arch/hpcmips/vr/rtc.c
--- a/sys/arch/hpcmips/vr/rtc.c Thu May 17 05:04:30 2001 +0000
+++ b/sys/arch/hpcmips/vr/rtc.c Thu May 17 05:25:32 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rtc.c,v 1.4 2000/03/17 09:54:15 sato Exp $     */
+/*     $NetBSD: rtc.c,v 1.5 2001/05/17 05:25:32 enami Exp $    */
 
 /*-
  * Copyright (c) 1999 Shin Takemura. All rights reserved.
@@ -35,6 +35,8 @@
  *
  */
 
+#include "opt_vr41xx.h"
+
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/device.h>
@@ -45,6 +47,7 @@
 #include <machine/cpu.h>
 
 #include <hpcmips/vr/vr.h>
+#include <hpcmips/vr/vrcpudef.h>
 #include <hpcmips/vr/vripvar.h>
 #include <hpcmips/vr/rtcreg.h>
 #include <dev/dec/clockvar.h>



Home | Main Index | Thread Index | Old Index