From 91f9da20ad9da24c13b2b87b14752c865454744b Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Wed, 10 Jul 2013 12:42:08 +0200 Subject: vm: organize vm print function prototypes * vm/vm_print.h: New file. Include . Include . (vm_map_print): Add prototype. (vm_map_copy_print): Likewise. (vm_object_print): Likewise. (vm_page_print): Likewise. Include . Include * vm/vm_map.h (vm_map_print): Remove prototype. * vm/vm_map.c [MACH_KDB]: Include . * vm/vm_object.h (vm_object_print): Remove prototype. * vm/vm_object.c [MACH_KDB]: Include . * vm/vm_resident.c [MACH_KDB]: Include . --- vm/vm_object.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'vm/vm_object.h') diff --git a/vm/vm_object.h b/vm/vm_object.h index 4e4c949..adeff65 100644 --- a/vm/vm_object.h +++ b/vm/vm_object.h @@ -233,8 +233,6 @@ extern void vm_object_page_map( vm_offset_t (*)(void *, vm_offset_t), void *); -extern void vm_object_print(vm_object_t); - extern vm_object_t vm_object_request_object(struct ipc_port *); extern boolean_t vm_object_coalesce( -- cgit v1.2.3