Changeset 625 for GPL/branches/uniaud32-next/include/asm
- Timestamp:
- Jan 3, 2021, 7:20:20 AM (5 years ago)
- Location:
- GPL/branches/uniaud32-next/include/asm
- Files:
-
- 2 edited
-
atomic.h (modified) (1 diff)
-
unaligned.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 -
GPL/branches/uniaud32-next/include/asm/unaligned.h
r598 r625 1 1 #ifndef _ASM_UNALIGNED_H 2 2 #define _ASM_UNALIGNED_H 3 3 # include <linux/unaligned/le_byteshift.h> 4 # include <linux/unaligned/be_byteshift.h> 4 5 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
