Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git] / arch / riscv / include / asm / vdso / vsyscall.h
blob82fd5d83bd602c72c1688a7dffa292b37b5fa790
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_VDSO_VSYSCALL_H
3 #define __ASM_VDSO_VSYSCALL_H
5 #ifndef __ASSEMBLY__
7 #include <linux/timekeeper_internal.h>
8 #include <vdso/datapage.h>
10 extern struct vdso_data *vdso_data;
13 * Update the vDSO data page to keep in sync with kernel timekeeping.
15 static __always_inline struct vdso_data *__riscv_get_k_vdso_data(void)
17 return vdso_data;
20 #define __arch_get_k_vdso_data __riscv_get_k_vdso_data
22 /* The asm-generic header needs to be included after the definitions above */
23 #include <asm-generic/vdso/vsyscall.h>
25 #endif /* !__ASSEMBLY__ */
27 #endif /* __ASM_VDSO_VSYSCALL_H */