hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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 */