/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Author: Huacai Chen * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_VDSO_VDSO_H #define _ASM_VDSO_VDSO_H #ifndef __ASSEMBLY__ #include #include #include #include #define VVAR_SIZE (VDSO_NR_PAGES << PAGE_SHIFT) #endif /* __ASSEMBLY__ */ #endif