diff options
Diffstat (limited to 'include/linux/hrtimer.h')
-rw-r--r-- | include/linux/hrtimer.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index f376ddc64c4d..20b8e6601a04 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h | |||
@@ -148,7 +148,11 @@ struct hrtimer_clock_base { | |||
148 | #endif | 148 | #endif |
149 | }; | 149 | }; |
150 | 150 | ||
151 | #define HRTIMER_MAX_CLOCK_BASES 2 | 151 | enum hrtimer_base_type { |
152 | HRTIMER_BASE_REALTIME, | ||
153 | HRTIMER_BASE_MONOTONIC, | ||
154 | HRTIMER_MAX_CLOCK_BASES, | ||
155 | }; | ||
152 | 156 | ||
153 | /* | 157 | /* |
154 | * struct hrtimer_cpu_base - the per cpu clock bases | 158 | * struct hrtimer_cpu_base - the per cpu clock bases |