diff options
Diffstat (limited to 'include/uapi/linux/time.h')
| -rw-r--r-- | include/uapi/linux/time.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/uapi/linux/time.h b/include/uapi/linux/time.h index fcf936656493..6b56a2208be7 100644 --- a/include/uapi/linux/time.h +++ b/include/uapi/linux/time.h | |||
| @@ -49,6 +49,13 @@ struct __kernel_timespec { | |||
| 49 | }; | 49 | }; |
| 50 | #endif | 50 | #endif |
| 51 | 51 | ||
| 52 | #ifndef __kernel_itimerspec | ||
| 53 | struct __kernel_itimerspec { | ||
| 54 | struct __kernel_timespec it_interval; /* timer period */ | ||
| 55 | struct __kernel_timespec it_value; /* timer expiration */ | ||
| 56 | }; | ||
| 57 | #endif | ||
| 58 | |||
| 52 | /* | 59 | /* |
| 53 | * legacy timeval structure, only embedded in structures that | 60 | * legacy timeval structure, only embedded in structures that |
| 54 | * traditionally used 'timeval' to pass time intervals (not absolute | 61 | * traditionally used 'timeval' to pass time intervals (not absolute |
