find_port.h 162 B

123456789
  1. #ifndef find_port_h
  2. #define find_port_h
  3. #include <mach/mach.h>
  4. uint64_t find_port_address_electra(mach_port_t port, int disposition);
  5. #endif /* find_port_h */