Subversion Repositories HelenOS

Rev

Rev 1787 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1787 Rev 1866
Line 31... Line 31...
31
 */
31
 */
32
/** @file
32
/** @file
33
 * @ingroup libcmips32eb   
33
 * @ingroup libcmips32eb   
34
 */
34
 */
35
 
35
 
36
#ifndef __LIBC__mips32PSTHREAD_H__
36
#ifndef LIBC_mips32_PSTHREAD_H_
37
#define __LIBC__mips32PSTHREAD_H__
37
#define LIBC_mips32_PSTHREAD_H_
38
 
38
 
39
#include <types.h>
39
#include <types.h>
40
 
40
 
41
/* We define our own context_set, because we need to set
41
/* We define our own context_set, because we need to set
42
 * the TLS pointer to the tcb+0x7000
42
 * the TLS pointer to the tcb+0x7000
Line 86... Line 86...
86
 
86
 
87
#endif
87
#endif
88
 
88
 
89
 /** @}
89
/** @}
90
 */
90
 */
91
 
-