Subversion Repositories HelenOS

Rev

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

Rev Author Line No. Line
2787 decky 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
 */