Subversion Repositories HelenOS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. /** @addtogroup ia32
  2.  * @{
  3.  */
  4. /** @file
  5.  */
  6.  
  7. #ifndef KERN_ia32_TDEBUG_H_
  8. #define KERN_ia32_TDEBUG_H_
  9.  
  10. extern int tdebug_iafter_update(struct thread *t);
  11.  
  12. #endif
  13.  
  14. /** @}
  15.  */
  16.