diff options
| author | Dmitry Shmidt <dimitrysh@google.com> | 2016-12-01 13:57:58 -0800 |
|---|---|---|
| committer | Dmitry Shmidt <dimitrysh@google.com> | 2016-12-01 13:57:58 -0800 |
| commit | fa40ddf73c5d6c5c57fc6e79833ec48eb99cbf52 (patch) | |
| tree | 977559221fb383bdcf337df9a52d6998eaa4f70f /include/linux | |
| parent | f225dbdca9127536b7296778b3b0cfd96f65df00 (diff) | |
| parent | 25dcb75878cd3b685a70c688758a4d3726e92703 (diff) | |
Merge remote-tracking branch 'common/android-4.4' into android-4.4.y
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/timekeeping.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/timekeeping.h b/include/linux/timekeeping.h index ec89d846324c..b7246d2ed7c9 100644 --- a/include/linux/timekeeping.h +++ b/include/linux/timekeeping.h @@ -233,6 +233,7 @@ static inline u64 ktime_get_raw_ns(void) extern u64 ktime_get_mono_fast_ns(void); extern u64 ktime_get_raw_fast_ns(void); +extern u64 ktime_get_boot_fast_ns(void); /* * Timespec interfaces utilizing the ktime based ones |
