1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_GENERIC_VSYSCALL_H 3 #define __ASM_GENERIC_VSYSCALL_H 4 5 #ifndef __ASSEMBLY__ 6 7 #ifndef __arch_get_k_vdso_data 8 static __always_inline struct vdso_data *__arc 9 { 10 return NULL; 11 } 12 #endif /* __arch_get_k_vdso_data */ 13 14 #ifndef __arch_update_vsyscall 15 static __always_inline void __arch_update_vsys 16 17 { 18 } 19 #endif /* __arch_update_vsyscall */ 20 21 #ifndef __arch_sync_vdso_data 22 static __always_inline void __arch_sync_vdso_d 23 { 24 } 25 #endif /* __arch_sync_vdso_data */ 26 27 #endif /* !__ASSEMBLY__ */ 28 29 #endif /* __ASM_GENERIC_VSYSCALL_H */ 30
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.