kernel/include/linux/cuda.h
.. .. @@ -8,6 +8,7 @@ 8 8 #ifndef _LINUX_CUDA_H 9 9 #define _LINUX_CUDA_H 10 10 11 +#include <linux/rtc.h>11 12 #include <uapi/linux/cuda.h> 12 13 13 14 .. .. @@ -16,4 +17,7 @@ 16 17 void (*done)(struct adb_request *), int nbytes, ...); 17 18 extern void cuda_poll(void); 18 19 20 +extern time64_t cuda_get_time(void);21 +extern int cuda_set_rtc_time(struct rtc_time *tm);22 +19 23 #endif /* _LINUX_CUDA_H */