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 __ppc64_THREAD_H__
29
#ifndef __ppc64_THREAD_H__
30
#define __ppc64_THREAD_H__
30
#define __ppc64_THREAD_H__
31
 
31
 
-
 
32
typedef struct {
32
#define ARCH_THREAD_DATA
33
} thread_arch_t;
33
 
34
 
34
#define thread_create_arch(t)
35
#define thread_create_arch(t)
35
 
36
 
36
#endif
37
#endif