Changeset 98 for trunk/hal/x86_64/core/hal_internal.h
- Timestamp:
- Jun 29, 2017, 2:27:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_internal.h
r96 r98 43 43 uint32_t atomic_cas_32(volatile uint32_t *ptr, uint32_t exp, uint32_t new); 44 44 uint32_t atomic_add_32(volatile uint32_t *ptr, int32_t incr); 45 uint32_t atomic_and_32(volatile uint32_t *ptr, uint32_t mask); 46 uint32_t atomic_or_32(volatile uint32_t *ptr, uint32_t mask); 45 47 46 48 /* hal_gpt.c */
Note: See TracChangeset
for help on using the changeset viewer.