Subversion Repositories HelenOS

Rev

Rev 2872 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2871 svoboda 1
/** @addtogroup sctrace
2
 * @{
3
 */
4
/** @file
5
 */
6
 
7
#ifndef IPC_H_
8
#define IPC_H_
9
 
10
#include <ipc/ipc.h>
11
 
12
void ipc_parse_call_out(int phone, ipc_call_t *call);
13
void ipc_parse_call_in(ipc_call_t *call);
14
 
15
#endif
16
 
17
/** @}
18
 */