From 952932ffe39658a19034932ff8a714c52ce772a1 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Wed, 10 Jul 2013 13:14:27 +0200 Subject: ipc: organize ipc print function prototypes * ipc/ipc_print.h: New file. [MACH_KDB] Include . [MACH_KDB] Include . [MACH_KDB] Include . (ipc_port_print): Add prototype. (ipc_pset_print): Likewise. (ipc_kmsg_print): Likewise. (ipc_msg_print): Likewise. * ipc/ipc_port.h (ipc_port_print): Remove prototype. * ipc/ipc_port.c [MACH_KDB]: Include . * ipc/ipc_pset.h (ipc_pset_print): Remove prototype. * ipc/ipc_pset.c [MACH_KDB]: Include . * ipc/ipc_kmsg.c [MACH_KDB]: Include . --- ipc/ipc_port.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ipc/ipc_port.h') diff --git a/ipc/ipc_port.h b/ipc/ipc_port.h index 70ec4946..27d2e496 100644 --- a/ipc/ipc_port.h +++ b/ipc/ipc_port.h @@ -325,7 +325,4 @@ ipc_port_dealloc_special(ipc_port_t, ipc_space_t); #define ipc_port_release(port) \ ipc_object_release(&(port)->ip_object) -extern void -ipc_port_print(ipc_port_t); - #endif /* _IPC_IPC_PORT_H_ */ -- cgit v1.2.3