Changeset 96 for trunk/hal/x86_64/core/hal_internal.h
- Timestamp:
- Jun 29, 2017, 1:52:34 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_internal.h
r94 r96 42 42 43 43 uint32_t atomic_cas_32(volatile uint32_t *ptr, uint32_t exp, uint32_t new); 44 voidatomic_add_32(volatile uint32_t *ptr, int32_t incr);44 uint32_t atomic_add_32(volatile uint32_t *ptr, int32_t incr); 45 45 46 46 /* hal_gpt.c */
Note: See TracChangeset
for help on using the changeset viewer.