summaryrefslogtreecommitdiffstats
path: root/include/vdso/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/vdso/time.h')
-rw-r--r--include/vdso/time.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/vdso/time.h b/include/vdso/time.h
new file mode 100644
index 000000000..739f53cd2
--- /dev/null
+++ b/include/vdso/time.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef __VDSO_TIME_H
+#define __VDSO_TIME_H
+
+#include <uapi/linux/types.h>
+
+struct timens_offset {
+ s64 sec;
+ u64 nsec;
+};
+
+#endif /* __VDSO_TIME_H */