Rev 1702 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1702 | Rev 1780 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | #define __ia32_THREAD_H__ |
36 | #define __ia32_THREAD_H__ |
| 37 | 37 | ||
| 38 | #include <arch/types.h> |
38 | #include <arch/types.h> |
| 39 | 39 | ||
| 40 | typedef struct { |
40 | typedef struct { |
| 41 | __native tls; |
41 | unative_t tls; |
| 42 | } thread_arch_t; |
42 | } thread_arch_t; |
| 43 | 43 | ||
| 44 | #endif |
44 | #endif |
| 45 | 45 | ||
| 46 | /** @} |
46 | /** @} |