xref: /linux/arch/arm64/include/uapi/asm/auxvec.h (revision 3eb66e91a25497065c5322b1268cbc3953642227)
1e2be04c7SGreg 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
22*94b07c1fSDave Martin #define AT_MINSIGSTKSZ	51	/* stack needed for signal delivery */
234262a727SDavid Howells 
24*94b07c1fSDave Martin #define AT_VECTOR_SIZE_ARCH 2 /* entries in ARCH_DLINFO */
253146bc64SJames Hogan 
264262a727SDavid Howells #endif
27