Rev 2813 | Go to most recent revision | Details | Compare with Previous | 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); |
||
2815 | svoboda | 13 | void udebug_call_receive(call_t *call); |
2813 | svoboda | 14 | |
2815 | svoboda | 15 | |
2813 | svoboda | 16 | #endif |
17 | |||
18 | /** @} |
||
19 | */ |