1/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
2/*
3* Copyright (C) 2020 Loongson Technology Corporation Limited
4*
5* Author: Hanlu Li <lihanlu@loongson.cn>
6*/
7
8#ifndef __ASM_AUXVEC_H
9#define __ASM_AUXVEC_H
10
11/* Location of VDSO image. */
12#define AT_SYSINFO_EHDR		33
13
14#define AT_VECTOR_SIZE_ARCH 1 /* entries in ARCH_DLINFO */
15
16#endif /* __ASM_AUXVEC_H */
17