summaryrefslogtreecommitdiffstats
path: root/sys/vm/pmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/pmap.h')
-rw-r--r--sys/vm/pmap.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h
index f38c45b..1770c11 100644
--- a/sys/vm/pmap.h
+++ b/sys/vm/pmap.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: pmap.h,v 1.25 1997/12/14 02:10:30 dyson Exp $
+ * $Id: pmap.h,v 1.26 1998/01/22 17:30:30 dyson Exp $
*/
/*
@@ -87,6 +87,9 @@ typedef struct pmap_statistics *pmap_statistics_t;
#include <machine/pmap.h>
#ifdef KERNEL
+
+struct proc;
+
void pmap_change_wiring __P((pmap_t, vm_offset_t, boolean_t));
void pmap_clear_modify __P((vm_offset_t pa));
void pmap_clear_reference __P((vm_offset_t pa));
OpenPOWER on IntegriCloud