Subversion Repositories HelenOS

Rev

Rev 2812 | Rev 2894 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2812 svoboda 1
/** @addtogroup libc
2
 * @{
3
 */
4
/** @file
5
 */
6
 
7
#ifndef LIBC_UDEBUG_H_
8
#define LIBC_UDEBUG_H_
9
 
2813 svoboda 10
#include <kernel/udebug/udebug.h>
2812 svoboda 11
 
12
#endif
13
 
14
/** @}
15
 */