Subversion Repositories HelenOS-historic

Rev

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

Rev 1171 Rev 1184
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __mips32_THREAD_H__
29
#ifndef __mips32_THREAD_H__
30
#define __mips32_THREAD_H__
30
#define __mips32_THREAD_H__
31
 
31
 
32
#include <arch/exception.h>
32
typedef struct {
33
 
-
 
34
#define ARCH_THREAD_DATA
33
} thread_arch_t;
35
 
34
 
36
#define thread_create_arch(t)
35
#define thread_create_arch(t)
37
 
36
 
38
#endif
37
#endif