Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2799 → Rev 2787

/branches/tracing/kernel/arch/ia32/include/tdebug.h
0,0 → 1,15
/** @addtogroup ia32
* @{
*/
/** @file
*/
 
#ifndef KERN_ia32_TDEBUG_H_
#define KERN_ia32_TDEBUG_H_
 
extern int tdebug_iafter_update(struct thread *t);
 
#endif
 
/** @}
*/