|
@@ -161,6 +161,10 @@ clockevents_calc_mult_shift(struct clock_event_device *ce, u32 freq, u32 minsec)
|
|
extern void clockevents_suspend(void);
|
|
extern void clockevents_suspend(void);
|
|
extern void clockevents_resume(void);
|
|
extern void clockevents_resume(void);
|
|
|
|
|
|
|
|
+#ifdef CONFIG_GENERIC_CLOCKEVENTS_BROADCAST
|
|
|
|
+extern int tick_receive_broadcast(void);
|
|
|
|
+#endif
|
|
|
|
+
|
|
#ifdef CONFIG_GENERIC_CLOCKEVENTS
|
|
#ifdef CONFIG_GENERIC_CLOCKEVENTS
|
|
extern void clockevents_notify(unsigned long reason, void *arg);
|
|
extern void clockevents_notify(unsigned long reason, void *arg);
|
|
#else
|
|
#else
|