* Declare kvtop.

This commit is contained in:
matthias 1996-10-23 07:30:54 +00:00
parent c53ad1988a
commit 1731660b98

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.17 1996/10/09 07:28:43 matthias Exp $ */
/* $NetBSD: cpu.h,v 1.18 1996/10/23 07:30:54 matthias Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -124,6 +124,9 @@ void startrtclock __P((void));
/* trap.c */
void child_return __P((struct proc *, struct syscframe frame));
/* vm_machdep.c */
int kvtop __P((caddr_t));
#ifdef GENERIC
/* swapgeneric.c */
void setconf __P((void));