summaryrefslogtreecommitdiff
path: root/vm/vm_print.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_print.h')
-rw-r--r--vm/vm_print.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/vm_print.h b/vm/vm_print.h
index 8a36d75e..68db1fa5 100644
--- a/vm/vm_print.h
+++ b/vm/vm_print.h
@@ -31,6 +31,7 @@ extern void vm_map_copy_print(const vm_map_copy_t);
#include <vm/vm_object.h>
+extern void vm_object_print_part(vm_object_t object, vm_offset_t offset, vm_size_t size);
extern void vm_object_print(vm_object_t);
#include <vm/vm_page.h>