Changeset 615 for GPL/branches/uniaud32-next/include/linux/compiler.h
- Timestamp:
- Jan 1, 2021, 5:31:48 AM (5 years ago)
- Location:
- GPL/branches/uniaud32-next
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/compiler.h
r441 r615 114 114 #define noinline 115 115 #endif 116 #define WARN(condition, format,...) { } 116 117 118 #define __must_check 119 #define __maybe_unused 120 #define __acquires(x) 121 #define __releases(x) 122 #define BUG() do {} while (1) 123 #define WRITE_ONCE(x, val) x=(val) 124 #define __force 117 125 #endif /* __LINUX_COMPILER_H */
Note:
See TracChangeset
for help on using the changeset viewer.