diff options
Diffstat (limited to 'include/linux/time64.h')
| -rw-r--r-- | include/linux/time64.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/time64.h b/include/linux/time64.h index a620ee610b9f..19125489ae94 100644 --- a/include/linux/time64.h +++ b/include/linux/time64.h @@ -30,6 +30,8 @@ struct itimerspec64 {  /* Located here for timespec[64]_valid_strict */  #define TIME64_MAX			((s64)~((u64)1 << 63)) +#define TIME64_MIN			(-TIME64_MAX - 1) +  #define KTIME_MAX			((s64)~((u64)1 << 63))  #define KTIME_SEC_MAX			(KTIME_MAX / NSEC_PER_SEC)  |