xref: /linux/arch/arm64/include/uapi/asm/auxvec.h (revision e2be04c7f9958dde770eeb8b30e829ca969b37bb)
1*e2be04c7SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
24262a727SDavid Howells /*
34262a727SDavid Howells  * Copyright (C) 2012 ARM Ltd.
44262a727SDavid Howells  *
54262a727SDavid Howells  * This program is free software; you can redistribute it and/or modify
64262a727SDavid Howells  * it under the terms of the GNU General Public License version 2 as
74262a727SDavid Howells  * published by the Free Software Foundation.
84262a727SDavid Howells  *
94262a727SDavid Howells  * This program is distributed in the hope that it will be useful,
104262a727SDavid Howells  * but WITHOUT ANY WARRANTY; without even the implied warranty of
114262a727SDavid Howells  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
124262a727SDavid Howells  * GNU General Public License for more details.
134262a727SDavid Howells  *
144262a727SDavid Howells  * You should have received a copy of the GNU General Public License
154262a727SDavid Howells  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
164262a727SDavid Howells  */
174262a727SDavid Howells #ifndef __ASM_AUXVEC_H
184262a727SDavid Howells #define __ASM_AUXVEC_H
194262a727SDavid Howells 
204262a727SDavid Howells /* vDSO location */
214262a727SDavid Howells #define AT_SYSINFO_EHDR	33
224262a727SDavid Howells 
233146bc64SJames Hogan #define AT_VECTOR_SIZE_ARCH 1 /* entries in ARCH_DLINFO */
243146bc64SJames Hogan 
254262a727SDavid Howells #endif
26