Changeset 647 for GPL/branches/uniaud32-next/include/linux/compiler.h
- Timestamp:
- Jan 17, 2021, 7:58:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/compiler.h
r629 r647 125 125 #define __always_unused 126 126 #define fallthrough do {} while (0) /* fallthrough */ 127 #define __builtin_return_address(a) 0 128 #define __builtin_expect(x, expected_value) (x) 129 127 130 #endif /* __LINUX_COMPILER_H */
Note:
See TracChangeset
for help on using the changeset viewer.