drm/modes: Fix drm_mode_vrefres() docs
[drm/drm-misc.git] / arch / sparc / include / asm / vdso.h
blob59e79d35cd7384e2dd752e92d20bc599e38cb8b0
1 /*
2 * Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
3 */
5 #ifndef _ASM_SPARC_VDSO_H
6 #define _ASM_SPARC_VDSO_H
8 struct vdso_image {
9 void *data;
10 unsigned long size; /* Always a multiple of PAGE_SIZE */
12 long sym_vvar_start; /* Negative offset to the vvar area */
15 #ifdef CONFIG_SPARC64
16 extern const struct vdso_image vdso_image_64_builtin;
17 #endif
18 #ifdef CONFIG_COMPAT
19 extern const struct vdso_image vdso_image_32_builtin;
20 #endif
22 #endif /* _ASM_SPARC_VDSO_H */