17typedef void (*ipc_async_handler_t)(
void* param,
int return_value);
70 ipc_async_handler_t response_handler;
void ipc_initialize()
Initializes the IPC Interface.
Definition ipc.c:82
int ipc_request(ipc_message *message, ipc_async_handler_t handler, void *params)
Puts a request in and gets the response.
Definition ipc.c:94