WIP FPC-III support
[linux/fpc-iii.git] / arch / s390 / include / asm / vdso / vsyscall.h
blob6c67c08cefdd6a202834440bef99a0686e29a4e0
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/hrtimer.h>
8 #include <linux/timekeeper_internal.h>
9 #include <vdso/datapage.h>
10 #include <asm/vdso.h>
12 * Update the vDSO data page to keep in sync with kernel timekeeping.
15 static __always_inline struct vdso_data *__s390_get_k_vdso_data(void)
17 return vdso_data;
19 #define __arch_get_k_vdso_data __s390_get_k_vdso_data
21 /* The asm-generic header needs to be included after the definitions above */
22 #include <asm-generic/vdso/vsyscall.h>
24 #endif /* !__ASSEMBLY__ */
26 #endif /* __ASM_VDSO_VSYSCALL_H */