2 * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
5 #ifndef _ASM_SPARC_VDSO_H
6 #define _ASM_SPARC_VDSO_H
10 unsigned long size
; /* Always a multiple of PAGE_SIZE */
12 long sym_vvar_start
; /* Negative offset to the vvar area */
16 extern const struct vdso_image vdso_image_64_builtin
;
19 extern const struct vdso_image vdso_image_32_builtin
;
22 #endif /* _ASM_SPARC_VDSO_H */