Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2089 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | */ |
33 | */ |
34 | 34 | ||
35 | #ifndef KERN_amd64_THREAD_H_ |
35 | #ifndef KERN_amd64_THREAD_H_ |
36 | #define KERN_amd64_THREAD_H_ |
36 | #define KERN_amd64_THREAD_H_ |
37 | 37 | ||
38 | #include <arch/types.h> |
- | |
39 | - | ||
40 | typedef struct { |
38 | typedef struct { |
41 | unative_t tls; |
39 | unative_t tls; |
42 | } thread_arch_t; |
40 | } thread_arch_t; |
43 | 41 | ||
44 | #define thr_constructor_arch(t) |
42 | #define thr_constructor_arch(t) |