drm/atomic-helper: document drm_atomic_helper_check() restrictions
[drm/drm-misc.git] / arch / riscv / include / asm / vdso / vsyscall.h
blobe8a9c4b53c0c9f4744196eed800b21f3918d1040
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_VDSO_VSYSCALL_H
3 #define __ASM_VDSO_VSYSCALL_H
5 #ifndef __ASSEMBLY__
7 #include <vdso/datapage.h>
9 extern struct vdso_data *vdso_data;
11 static __always_inline struct vdso_data *__riscv_get_k_vdso_data(void)
13 return vdso_data;
16 #define __arch_get_k_vdso_data __riscv_get_k_vdso_data
18 /* The asm-generic header needs to be included after the definitions above */
19 #include <asm-generic/vdso/vsyscall.h>
21 #endif /* !__ASSEMBLY__ */
23 #endif /* __ASM_VDSO_VSYSCALL_H */