Subversion Repositories HelenOS-historic

Rev

Rev 1656 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1656 Rev 1657
Line 28... Line 28...
28
 
28
 
29
 /** @addtogroup libcmips32
29
 /** @addtogroup libcmips32
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
-
 
33
 * @ingroup libcmips32eb   
33
 */
34
 */
34
 
35
 
35
/* TLS for MIPS is described in http://www.linux-mips.org/wiki/NPTL */
36
/* TLS for MIPS is described in http://www.linux-mips.org/wiki/NPTL */
36
 
37
 
37
#ifndef __LIBC__mips32THREAD_H__
38
#ifndef __LIBC__mips32THREAD_H__