async_wake.h 128 B

123456789
  1. #ifndef async_wake_h
  2. #define async_wake_h
  3. #include <stdio.h>
  4. mach_port_t get_tfp0(mach_port_t*uc);
  5. #endif /* async_wake_h */