Rev 2128 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2128 | Rev 2465 | ||
---|---|---|---|
Line 28... | Line 28... | ||
28 | 28 | ||
29 | /** @addtogroup arm32proc |
29 | /** @addtogroup arm32proc |
30 | * @{ |
30 | * @{ |
31 | */ |
31 | */ |
32 | /** @file |
32 | /** @file |
- | 33 | * @brief Thread related declarations. |
|
33 | */ |
34 | */ |
34 | 35 | ||
35 | #ifndef KERN_arm32_THREAD_H_ |
36 | #ifndef KERN_arm32_THREAD_H_ |
36 | #define KERN_arm32_THREAD_H_ |
37 | #define KERN_arm32_THREAD_H_ |
37 | 38 | ||
Line 44... | Line 45... | ||
44 | 45 | ||
45 | #endif |
46 | #endif |
46 | 47 | ||
47 | /** @} |
48 | /** @} |
48 | */ |
49 | */ |
49 | - |