Changeset 598 for GPL/trunk/include/linux/kernel.h
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (8 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
-
Property svn:mergeinfo
set to
/GPL/branches/uniaud32-2.1.x merged eligible
-
Property svn:mergeinfo
set to
-
GPL/trunk/include/linux/kernel.h
r442 r598 102 102 #define upper_32_bits(n) ((u32)(((n) >> 16) >> 16)) 103 103 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) 104 int strict_strtoul(const char *, unsigned int, unsigned long *); 104 105 105 106 #endif
Note:
See TracChangeset
for help on using the changeset viewer.