summary refs log tree commit diff
path: root/include/vdso/vsyscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/vdso/vsyscall.h')
-rw-r--r--include/vdso/vsyscall.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vdso/vsyscall.h b/include/vdso/vsyscall.h
index 2c6134e0c23d..b0fdc9c6bf43 100644
--- a/include/vdso/vsyscall.h
+++ b/include/vdso/vsyscall.h
@@ -6,6 +6,9 @@
 
 #include <asm/vdso/vsyscall.h>
 
+unsigned long vdso_update_begin(void);
+void vdso_update_end(unsigned long flags);
+
 #endif /* !__ASSEMBLY__ */
 
 #endif /* __VDSO_VSYSCALL_H */