Subversion Repositories HelenOS

Rev

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

Rev 2801 Rev 2804
1
/** @addtogroup generic
1
/** @addtogroup generic
2
 * @{
2
 * @{
3
 */
3
 */
4
/** @file
4
/** @file
5
 */
5
 */
6
 
6
 
7
#ifndef KERN_UDEBUG_H_
7
#ifndef KERN_UDEBUG_H_
8
#define KERN_UDEBUG_H_
8
#define KERN_UDEBUG_H_
9
 
9
 
10
void udebug_syscall_event(void);
10
void udebug_syscall_event(void);
11
void udebug_stopping_point(void);
11
void udebug_stoppable_begin(void);
-
 
12
void udebug_stoppable_end(void);
12
 
13
 
13
#endif
14
#endif
14
 
15
 
15
/** @}
16
/** @}
16
 */
17
 */
17
 
18