Changeset 1692
- Timestamp:
- 07/22/06 19:32:14 (6 years ago)
- Files:
-
- trunk/include/compat.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/compat.h
r1691 r1692 45 45 46 46 /* roundup() appears in Linux 2.6.18 */ 47 #include <linux/kernel.h> 47 48 #ifndef roundup 48 49 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */
