aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_map.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-08-26 23:18:38 +0000
committerBruce Evans <bde@FreeBSD.org>1995-08-26 23:18:38 +0000
commit914181e7de4b008f79bb4bdab1b8b853df1459de (patch)
treee38b19e9583dcf934d9a6d9b027196010976ed0c /sys/vm/vm_map.h
parent512644a44dcb215c28f4d5a24c1e6173c99bf090 (diff)
Notes
Diffstat (limited to 'sys/vm/vm_map.h')
-rw-r--r--sys/vm/vm_map.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h
index 98ecb7ea55aa..07c17c0a3be0 100644
--- a/sys/vm/vm_map.h
+++ b/sys/vm/vm_map.h
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_map.h,v 1.5 1995/03/16 18:17:17 bde Exp $
+ * $Id: vm_map.h,v 1.6 1995/07/13 08:48:28 davidg Exp $
*/
/*
@@ -204,7 +204,10 @@ void vm_map_lookup_done __P((vm_map_t, vm_map_entry_t));
boolean_t vm_map_lookup_entry __P((vm_map_t, vm_offset_t, vm_map_entry_t *));
int vm_map_pageable __P((vm_map_t, vm_offset_t, vm_offset_t, boolean_t));
int vm_map_clean __P((vm_map_t, vm_offset_t, vm_offset_t, boolean_t, boolean_t));
-void vm_map_print __P((vm_map_t, boolean_t));
+#ifdef DDB
+void vm_map_print __P((/* db_expr_t */ int, boolean_t, /* db_expr_t */ int,
+ char *));
+#endif
int vm_map_protect __P((vm_map_t, vm_offset_t, vm_offset_t, vm_prot_t, boolean_t));
void vm_map_reference __P((vm_map_t));
int vm_map_remove __P((vm_map_t, vm_offset_t, vm_offset_t));