Subversion Repositories HelenOS

Rev

Go to most recent revision | Blame | 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_stopping_point(void);
  12.  
  13. #endif
  14.  
  15. /** @}
  16.  */
  17.