Subversion Repositories HelenOS

Rev

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

Rev 2813 Rev 2815
Line 8... Line 8...
8
#define KERN_UDEBUG_IPC_H_
8
#define KERN_UDEBUG_IPC_H_
9
 
9
 
10
#include <ipc/ipc.h>
10
#include <ipc/ipc.h>
11
 
11
 
12
int udebug_request_preprocess(call_t *call, phone_t *phone);
12
int udebug_request_preprocess(call_t *call, phone_t *phone);
-
 
13
void udebug_call_receive(call_t *call);
-
 
14
 
13
 
15
 
14
#endif
16
#endif
15
 
17
 
16
/** @}
18
/** @}
17
 */
19
 */