diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/hrtimer.h | 1 | ||||
-rw-r--r-- | include/linux/time.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index 7a9e7ee0f35c..6bc1804bfbfa 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h | |||
@@ -151,6 +151,7 @@ struct hrtimer_clock_base { | |||
151 | enum hrtimer_base_type { | 151 | enum hrtimer_base_type { |
152 | HRTIMER_BASE_REALTIME, | 152 | HRTIMER_BASE_REALTIME, |
153 | HRTIMER_BASE_MONOTONIC, | 153 | HRTIMER_BASE_MONOTONIC, |
154 | HRTIMER_BASE_BOOTTIME, | ||
154 | HRTIMER_MAX_CLOCK_BASES, | 155 | HRTIMER_MAX_CLOCK_BASES, |
155 | }; | 156 | }; |
156 | 157 | ||
diff --git a/include/linux/time.h b/include/linux/time.h index 02d48fb30b41..454a26205787 100644 --- a/include/linux/time.h +++ b/include/linux/time.h | |||
@@ -293,6 +293,7 @@ struct itimerval { | |||
293 | #define CLOCK_MONOTONIC_RAW 4 | 293 | #define CLOCK_MONOTONIC_RAW 4 |
294 | #define CLOCK_REALTIME_COARSE 5 | 294 | #define CLOCK_REALTIME_COARSE 5 |
295 | #define CLOCK_MONOTONIC_COARSE 6 | 295 | #define CLOCK_MONOTONIC_COARSE 6 |
296 | #define CLOCK_BOOTTIME 7 | ||
296 | 297 | ||
297 | /* | 298 | /* |
298 | * The IDs of various hardware clocks: | 299 | * The IDs of various hardware clocks: |