Subversion Repositories HelenOS-historic

Rev

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

Rev 1112 Rev 1184
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __amd64_THREAD_H__
29
#ifndef __amd64_THREAD_H__
30
#define __amd64_THREAD_H__
30
#define __amd64_THREAD_H__
31
 
31
 
-
 
32
#include <arch/types.h>
-
 
33
 
-
 
34
typedef struct {
32
#define ARCH_THREAD_DATA __native tls;
35
    __native tls;
-
 
36
} thread_arch_t;
33
 
37
 
34
#endif
38
#endif