atom_* renamed to atomic_*; add mutex.*
This commit is contained in:
4
atomic.h
4
atomic.h
@@ -7,7 +7,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
int32_t atom_inc32(volatile int32_t *addr, int32_t value);
|
||||
int32_t atom_dec32(volatile int32_t *addr, int32_t value);
|
||||
int32_t atomic_inc32(volatile int32_t *addr, int32_t value);
|
||||
int32_t atomic_dec32(volatile int32_t *addr, int32_t value);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user