Subversion Repositories HelenOS

Rev

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

Rev Author Line No. Line
2801 svoboda 1
/** @addtogroup generic
2
 * @{
3
 */
4
/** @file
5
 */
6
 
7
#ifndef KERN_UDEBUG_H_
8
#define KERN_UDEBUG_H_
9
 
10
void udebug_syscall_event(void);
11
void udebug_stopping_point(void);
12
 
13
#endif
14
 
15
/** @}
16
 */