summaryrefslogtreecommitdiff
path: root/sys/vm/pmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/pmap.h')
-rw-r--r--sys/vm/pmap.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h
index a289e32b817..35fa35391de 100644
--- a/sys/vm/pmap.h
+++ b/sys/vm/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.7 1998/03/02 17:07:12 niklas Exp $ */
+/* $OpenBSD: pmap.h,v 1.8 1998/03/20 15:40:34 niklas Exp $ */
/* $NetBSD: pmap.h,v 1.16 1996/03/31 22:15:32 pk Exp $ */
/*
@@ -207,8 +207,4 @@ __END_DECLS
#endif /* kernel*/
#endif /* PMAP_EXCLUDE_DECLS */
-/* XXX these are about to disappear real soon */
-void pmap_startup __P((vm_offset_t *, vm_offset_t *));
-vm_offset_t pmap_steal_memory __P((vm_size_t));
-
#endif /* _PMAP_VM_ */