Changeset 625 for GPL/branches/uniaud32-next/include/asm/atomic.h
- Timestamp:
- Jan 3, 2021, 7:20:20 AM (5 years ago)
- File:
-
- 1 edited
-
GPL/branches/uniaud32-next/include/asm/atomic.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/asm/atomic.h
r615 r625 92 92 #define atomic_inc_return(v) atomic_add_return(1, (v)) 93 93 94 typedef struct { 95 long long counter; 96 } atomic64_t; 94 97 98 typedef atomic64_t atomic_long_t; 95 99 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
