18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef __VDSO_VSYSCALL_H 38c2ecf20Sopenharmony_ci#define __VDSO_VSYSCALL_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#ifndef __ASSEMBLY__ 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#include <asm/vdso/vsyscall.h> 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ciunsigned long vdso_update_begin(void); 108c2ecf20Sopenharmony_civoid vdso_update_end(unsigned long flags); 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#endif /* !__ASSEMBLY__ */ 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#endif /* __VDSO_VSYSCALL_H */ 15