1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Adapted from arm64 version.
5 * Copyright (C) 2012 ARM Limited
7 #ifndef __ASM_VDSO_DATAPAGE_H
8 #define __ASM_VDSO_DATAPAGE_H
14 #include <vdso/datapage.h>
17 union vdso_data_store
{
18 struct vdso_data data
[CS_BASES
];
22 #endif /* !__ASSEMBLY__ */
24 #endif /* __KERNEL__ */
26 #endif /* __ASM_VDSO_DATAPAGE_H */