Changeset 647 for GPL/branches/uniaud32-next/include/linux/kernel.h
- Timestamp:
- Jan 17, 2021, 7:58:38 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified GPL/branches/uniaud32-next/include/linux/kernel.h ¶
r637 r647 13 13 #include <linux/gfp.h> 14 14 #include <linux/types.h> 15 #include <linux/bitops.h> 15 16 16 17 /* Optimization barrier */ … … 120 121 #define container_of(ptr, type, member) \ 121 122 ( (type *)( (char *)ptr - offsetof(type,member) ) ) 123 124 _WCRTLINK extern int sscanf( const char *__s, const char *__format, ... ); 125 122 126 #endif
Note:
See TracChangeset
for help on using the changeset viewer.