hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
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 */