Subversion Repositories HelenOS

Rev

Rev 2801 | Rev 2805 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  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_stoppable_begin(void);
  12. void udebug_stoppable_end(void);
  13.  
  14. #endif
  15.  
  16. /** @}
  17.  */
  18.