Rev 3912 | Rev 4704 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3912 | Rev 4499 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | */ |
34 | */ |
| 35 | 35 | ||
| 36 | #ifndef __NET_TCP_MODULE_H__ |
36 | #ifndef __NET_TCP_MODULE_H__ |
| 37 | #define __NET_TCP_MODULE_H__ |
37 | #define __NET_TCP_MODULE_H__ |
| 38 | 38 | ||
| - | 39 | #include <async.h> |
|
| 39 | #include <ipc/ipc.h> |
40 | #include <ipc/ipc.h> |
| 40 | 41 | ||
| 41 | int tcp_initialize( void ); |
42 | int tcp_initialize( async_client_conn_t client_connection ); |
| 42 | int tcp_message( ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count ); |
43 | int tcp_message( ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count ); |
| 43 | 44 | ||
| 44 | #endif |
45 | #endif |
| 45 | 46 | ||
| 46 | /** @} |
47 | /** @} |