WIP FPC-III support
[linux/fpc-iii.git] / arch / arm / include / asm / vdso_datapage.h
blobbef68f59928d692f46e4128ce2d12b51fe6ab280
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Adapted from arm64 version.
5 * Copyright (C) 2012 ARM Limited
6 */
7 #ifndef __ASM_VDSO_DATAPAGE_H
8 #define __ASM_VDSO_DATAPAGE_H
10 #ifdef __KERNEL__
12 #ifndef __ASSEMBLY__
14 #include <vdso/datapage.h>
15 #include <asm/page.h>
17 union vdso_data_store {
18 struct vdso_data data[CS_BASES];
19 u8 page[PAGE_SIZE];
22 #endif /* !__ASSEMBLY__ */
24 #endif /* __KERNEL__ */
26 #endif /* __ASM_VDSO_DATAPAGE_H */