1#ifndef async_wake_h 2#define async_wake_h 3 4#include <stdio.h> 5 6#ifdef __cplusplus 7extern "C" 8#endif 9kern_return_t async_wake(mach_port_t* tfp0); 10 11#endif /* async_wake_h */ 12 13