summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/clocksource.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/include/asm/clocksource.h')
-rw-r--r--arch/arm64/include/asm/clocksource.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/clocksource.h b/arch/arm64/include/asm/clocksource.h
new file mode 100644
index 000000000..0ece64a26
--- /dev/null
+++ b/arch/arm64/include/asm/clocksource.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _ASM_CLOCKSOURCE_H
+#define _ASM_CLOCKSOURCE_H
+
+struct arch_clocksource_data {
+ bool vdso_direct; /* Usable for direct VDSO access? */
+};
+
+#endif