Changeset 629 for GPL/branches/uniaud32-next/include/linux/compiler.h
- Timestamp:
- Jan 4, 2021, 10:15:17 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/compiler.h
r615 r629 123 123 #define WRITE_ONCE(x, val) x=(val) 124 124 #define __force 125 #define __always_unused 126 #define fallthrough do {} while (0) /* fallthrough */ 125 127 #endif /* __LINUX_COMPILER_H */
Note:
See TracChangeset
for help on using the changeset viewer.