diff options
Diffstat (limited to 'include/linux/time.h')
-rw-r--r-- | include/linux/time.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/time.h b/include/linux/time.h index c10d4c21c183..36fb2ef13cff 100644 --- a/include/linux/time.h +++ b/include/linux/time.h | |||
@@ -28,6 +28,8 @@ struct timezone { | |||
28 | #ifdef __KERNEL__ | 28 | #ifdef __KERNEL__ |
29 | 29 | ||
30 | /* Parameters used to convert the timespec values */ | 30 | /* Parameters used to convert the timespec values */ |
31 | #define MSEC_PER_SEC (1000L) | ||
32 | |||
31 | #ifndef USEC_PER_SEC | 33 | #ifndef USEC_PER_SEC |
32 | #define USEC_PER_SEC (1000000L) | 34 | #define USEC_PER_SEC (1000000L) |
33 | #endif | 35 | #endif |