2 * SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2005-2017 Andes Technology Corporation
13 #include <generated/vdso-offsets.h>
15 #define VDSO_SYMBOL(base, name) \
17 (unsigned long)(vdso_offset_##name + (unsigned long)(base)); \
20 #endif /* !__ASSEMBLY__ */
22 #endif /* __KERNEL__ */
24 #endif /* __ASM_VDSO_H */