Subversion Repositories HelenOS

Rev

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

Rev Author Line No. Line
2813 svoboda 1
/** @addtogroup generic
2
 * @{
3
 */
4
/** @file
5
 */
6
 
7
#ifndef KERN_UDEBUG_IPC_H_
8
#define KERN_UDEBUG_IPC_H_
9
 
10
#include <ipc/ipc.h>
11
 
12
int udebug_request_preprocess(call_t *call, phone_t *phone);
13
 
14
#endif
15
 
16
/** @}
17
 */