hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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 */