hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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 */