diff options
Diffstat (limited to 'vm/vm_print.h')
-rw-r--r-- | vm/vm_print.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vm/vm_print.h b/vm/vm_print.h index eab534eb..8a36d75e 100644 --- a/vm/vm_print.h +++ b/vm/vm_print.h @@ -23,7 +23,8 @@ #include <machine/db_machdep.h> /* Debugging: print a map */ -extern void vm_map_print(vm_map_t); +extern void vm_map_print(db_expr_t addr, boolean_t have_addr, + db_expr_t count, const char *modif); /* Pretty-print a copy object for ddb. */ extern void vm_map_copy_print(const vm_map_copy_t); |