forked from ~ljy/RK356X_SDK_RELEASE
kernel/include/vdso/time.h....@@ -2,4 +2,11 @@22 #ifndef __VDSO_TIME_H33 #define __VDSO_TIME_H44 5+#include <uapi/linux/types.h>6+7+struct timens_offset {8+ s64 sec;9+ u64 nsec;10+};11+512 #endif /* __VDSO_TIME_H */