1#ifndef find_port_h 2#define find_port_h 3 4#include <mach/mach.h> 5 6uint64_t find_port_address(mach_port_t port, int disposition); 7uint64_t find_port_via_kmem_read(mach_port_name_t port); 8 9#endif /* find_port_h */ 10 11