forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/include/vdso/time.h
....@@ -2,4 +2,11 @@
22 #ifndef __VDSO_TIME_H
33 #define __VDSO_TIME_H
44
5
+#include <uapi/linux/types.h>
6
+
7
+struct timens_offset {
8
+ s64 sec;
9
+ u64 nsec;
10
+};
11
+
512 #endif /* __VDSO_TIME_H */