Changeset 499 for GPL/branches/uniaud32-2.1.x/include/linux/kernel.h
- Timestamp:
- Jul 5, 2010, 11:51:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.1.x/include/linux/kernel.h
r442 r499 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.