diff options
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 4c0f76f4616c..7a2369d5b3f4 100644 --- a/include/linux/timekeeping.h +++ b/include/linux/timekeeping.h | |||
| @@ -272,6 +272,7 @@ extern void read_persistent_clock64(struct timespec64 *ts); | |||
| 272 | extern void read_boot_clock(struct timespec *ts); | 272 | extern void read_boot_clock(struct timespec *ts); |
| 273 | extern void read_boot_clock64(struct timespec64 *ts); | 273 | extern void read_boot_clock64(struct timespec64 *ts); |
| 274 | extern int update_persistent_clock(struct timespec now); | 274 | extern int update_persistent_clock(struct timespec now); |
| 275 | extern int update_persistent_clock64(struct timespec64 now); | ||
| 275 | 276 | ||
| 276 | 277 | ||
| 277 | #endif | 278 | #endif |
