hrtimer: Provide hrtimer_sleeper_start_expires()
[linux-2.6-block.git] / include / linux / hrtimer.h
index 0df373bed3d745525f9624d2070a601f19dedd81..24072a0942c002a48109885bd195554292f0822c 100644 (file)
@@ -408,6 +408,9 @@ static inline void hrtimer_start_expires(struct hrtimer *timer,
        hrtimer_start_range_ns(timer, soft, delta, mode);
 }
 
+void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl,
+                                  enum hrtimer_mode mode);
+
 static inline void hrtimer_restart(struct hrtimer *timer)
 {
        hrtimer_start_expires(timer, HRTIMER_MODE_ABS);