]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - include/linux/timekeeping.h
time: Add y2038 safe update_persistent_clock64()
[mirror_ubuntu-jammy-kernel.git] / include / linux / timekeeping.h
index 4c0f76f4616c78f299e79ae765817ef40a217f5c..7a2369d5b3f427a794a278618f79ef71722b516c 100644 (file)
@@ -272,6 +272,7 @@ extern void read_persistent_clock64(struct timespec64 *ts);
 extern void read_boot_clock(struct timespec *ts);
 extern void read_boot_clock64(struct timespec64 *ts);
 extern int update_persistent_clock(struct timespec now);
+extern int update_persistent_clock64(struct timespec64 now);
 
 
 #endif