- Timestamp:
- Jun 3, 2008 10:09:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h
r9312 r9365 172 172 #endif /* < 2.6.7 */ 173 173 174 /** @def TICK_NSEC 175 * The time between ticks in nsec */ 176 #ifndef TICK_NSEC 177 # define TICK_NSEC (1000000UL / HZ) 178 #endif 174 179 175 180 /* … … 267 272 #endif 268 273 269 /** @def TICK_NSEC270 * The time between ticks in nsec */271 #ifndef TICK_NSEC272 # define TICK_NSEC (1000000UL / HZ)273 #endif274 275 274 /* 276 275 * Stop using the linux bool type.
Note:
See TracChangeset
for help on using the changeset viewer.