Rev 2089 | Rev 3098 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2089 | Rev 2216 | ||
---|---|---|---|
Line 60... | Line 60... | ||
60 | 60 | ||
61 | typedef uint32_t unative_t; |
61 | typedef uint32_t unative_t; |
62 | typedef int32_t native_t; |
62 | typedef int32_t native_t; |
63 | 63 | ||
64 | typedef uint8_t bool; |
64 | typedef uint8_t bool; |
- | 65 | typedef uint64_t thread_id_t; |
|
65 | typedef uint64_t task_id_t; |
66 | typedef uint64_t task_id_t; |
66 | typedef uint32_t context_id_t; |
67 | typedef uint32_t context_id_t; |
67 | 68 | ||
68 | typedef int32_t inr_t; |
69 | typedef int32_t inr_t; |
69 | typedef int32_t devno_t; |
70 | typedef int32_t devno_t; |