Rev 1104 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1104 | Rev 1107 | ||
|---|---|---|---|
| Line 27... | Line 27... | ||
| 27 | */ |
27 | */ |
| 28 | 28 | ||
| 29 | #ifndef __ia64_ATOMIC_H__ |
29 | #ifndef __ia64_ATOMIC_H__ |
| 30 | #define __ia64_ATOMIC_H__ |
30 | #define __ia64_ATOMIC_H__ |
| 31 | 31 | ||
| 32 | #include <arch/types.h> |
- | |
| 33 | #include <typedefs.h> |
- | |
| 34 | - | ||
| 35 | - | ||
| 36 | /** Atomic addition. |
32 | /** Atomic addition. |
| 37 | * |
33 | * |
| 38 | * @param val Atomic value. |
34 | * @param val Atomic value. |
| 39 | * @param imm Value to add. |
35 | * @param imm Value to add. |
| 40 | * |
36 | * |