hc
2023-12-09 958e46acc8e900e8569dd467c1af9b8d2d019394
kernel/include/linux/cuda.h
....@@ -8,6 +8,7 @@
88 #ifndef _LINUX_CUDA_H
99 #define _LINUX_CUDA_H
1010
11
+#include <linux/rtc.h>
1112 #include <uapi/linux/cuda.h>
1213
1314
....@@ -16,4 +17,7 @@
1617 void (*done)(struct adb_request *), int nbytes, ...);
1718 extern void cuda_poll(void);
1819
20
+extern time64_t cuda_get_time(void);
21
+extern int cuda_set_rtc_time(struct rtc_time *tm);
22
+
1923 #endif /* _LINUX_CUDA_H */