Rev 2329 | Rev 2464 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2329 | Rev 2410 | ||
|---|---|---|---|
| Line 29... | Line 29... | ||
| 29 | /** @addtogroup arm32 |
29 | /** @addtogroup arm32 |
| 30 | * @{ |
30 | * @{ |
| 31 | */ |
31 | */ |
| 32 | /** |
32 | /** |
| 33 | * @file |
33 | * @file |
| 34 | * @brief Utilities for convenient manipulation with ARM registers. |
34 | * @brief Utilities for convenient manipulation with ARM registers. |
| 35 | */ |
35 | */ |
| 36 | 36 | ||
| 37 | #ifndef KERN_arm32_REGUTILS_H_ |
37 | #ifndef KERN_arm32_REGUTILS_H_ |
| 38 | #define KERN_arm32_REGUTILS_H_ |
38 | #define KERN_arm32_REGUTILS_H_ |
| 39 | 39 | ||