Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/include Prototype kvtop() here.



details:   https://anonhg.NetBSD.org/src/rev/180c2e9a80c2
branches:  trunk
changeset: 471616:180c2e9a80c2
user:      scottr <scottr%NetBSD.org@localhost>
date:      Tue Apr 06 03:40:23 1999 +0000

description:
Prototype kvtop() here.

diffstat:

 sys/arch/mac68k/include/cpu.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4804c08bfbba -r 180c2e9a80c2 sys/arch/mac68k/include/cpu.h
--- a/sys/arch/mac68k/include/cpu.h     Tue Apr 06 02:55:24 1999 +0000
+++ b/sys/arch/mac68k/include/cpu.h     Tue Apr 06 03:40:23 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.60 1999/02/26 22:55:33 is Exp $      */
+/*     $NetBSD: cpu.h,v 1.61 1999/04/06 03:40:23 scottr Exp $  */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -332,6 +332,7 @@
 /* vm_machdep.c */
 void   physaccess __P((caddr_t, caddr_t, register int, register int));
 void   physunaccess __P((caddr_t, register int));
+int    kvtop __P((caddr_t));
 
 /* trap.c */
 void   child_return __P((void *));



Home | Main Index | Thread Index | Old Index