diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/timekeeping.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/timekeeping.h b/include/linux/timekeeping.h index 86bc2026efce..686bc27acef0 100644 --- a/include/linux/timekeeping.h +++ b/include/linux/timekeeping.h | |||
| @@ -243,7 +243,8 @@ extern void ktime_get_snapshot(struct system_time_snapshot *systime_snapshot); | |||
| 243 | extern int persistent_clock_is_local; | 243 | extern int persistent_clock_is_local; |
| 244 | 244 | ||
| 245 | extern void read_persistent_clock64(struct timespec64 *ts); | 245 | extern void read_persistent_clock64(struct timespec64 *ts); |
| 246 | extern void read_boot_clock64(struct timespec64 *ts); | 246 | void read_persistent_clock_and_boot_offset(struct timespec64 *wall_clock, |
| 247 | struct timespec64 *boot_offset); | ||
| 247 | extern int update_persistent_clock64(struct timespec64 now); | 248 | extern int update_persistent_clock64(struct timespec64 now); |
| 248 | 249 | ||
| 249 | /* | 250 | /* |
