Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __VDSO_VSYSCALL_H
0003 #define __VDSO_VSYSCALL_H
0004 
0005 #ifndef __ASSEMBLY__
0006 
0007 #include <asm/vdso/vsyscall.h>
0008 
0009 unsigned long vdso_update_begin(void);
0010 void vdso_update_end(unsigned long flags);
0011 
0012 #endif /* !__ASSEMBLY__ */
0013 
0014 #endif /* __VDSO_VSYSCALL_H */