Subversion Repositories HelenOS

Rev

Rev 2813 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2813 Rev 2815
1
/** @addtogroup generic
1
/** @addtogroup generic
2
 * @{
2
 * @{
3
 */
3
 */
4
/** @file
4
/** @file
5
 */
5
 */
6
 
6
 
7
#ifndef KERN_UDEBUG_IPC_H_
7
#ifndef KERN_UDEBUG_IPC_H_
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
 */
18
 
20