Subversion Repositories HelenOS

Rev

Rev 2871 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2871 Rev 2872
Line 7... Line 7...
7
#ifndef IPC_H_
7
#ifndef IPC_H_
8
#define IPC_H_
8
#define IPC_H_
9
 
9
 
10
#include <ipc/ipc.h>
10
#include <ipc/ipc.h>
11
 
11
 
12
void ipc_parse_call_out(int phone, ipc_call_t *call);
12
void ipc_parse_call_out(int phone, ipc_call_t *call, ipc_callid_t hash);
-
 
13
void ipc_parse_call_sync(int phone, ipc_call_t *call, ipc_call_t *answer);
13
void ipc_parse_call_in(ipc_call_t *call);
14
void ipc_parse_call_in(ipc_call_t *call, ipc_callid_t hash);
-
 
15
void ipc_parse_hangup(int phone, int rc);
14
 
16
 
15
#endif
17
#endif
16
 
18
 
17
/** @}
19
/** @}
18
 */
20
 */