timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONIC
[pandora-kernel.git] / include / linux / timekeeping.h
index 58ad7ef..1caa6b0 100644 (file)
@@ -164,6 +164,8 @@ static inline u64 ktime_get_raw_ns(void)
        return ktime_to_ns(ktime_get_raw());
 }
 
+extern u64 ktime_get_mono_fast_ns(void);
+
 /*
  * Timespec interfaces utilizing the ktime based ones
  */