diff options
Diffstat (limited to 'include/linux/hrtimer.h')
-rw-r--r-- | include/linux/hrtimer.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index c98c6539e2c2..5e00f80b1535 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h | |||
@@ -494,4 +494,11 @@ extern void __init hrtimers_init(void); | |||
494 | /* Show pending timers: */ | 494 | /* Show pending timers: */ |
495 | extern void sysrq_timer_list_show(void); | 495 | extern void sysrq_timer_list_show(void); |
496 | 496 | ||
497 | int hrtimers_prepare_cpu(unsigned int cpu); | ||
498 | #ifdef CONFIG_HOTPLUG_CPU | ||
499 | int hrtimers_dead_cpu(unsigned int cpu); | ||
500 | #else | ||
501 | #define hrtimers_dead_cpu NULL | ||
502 | #endif | ||
503 | |||
497 | #endif | 504 | #endif |