xref: /openbmc/linux/arch/mips/include/uapi/asm/auxvec.h (revision e2be04c7)
1e2be04c7SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
2ebb5e78cSAlex Smith /*
3ebb5e78cSAlex Smith  * Copyright (C) 2015 Imagination Technologies
4ebb5e78cSAlex Smith  * Author: Alex Smith <alex.smith@imgtec.com>
5ebb5e78cSAlex Smith  *
6ebb5e78cSAlex Smith  * This program is free software; you can redistribute it and/or modify it
7ebb5e78cSAlex Smith  * under the terms of the GNU General Public License as published by the
8ebb5e78cSAlex Smith  * Free Software Foundation;  either version 2 of the  License, or (at your
9ebb5e78cSAlex Smith  * option) any later version.
10ebb5e78cSAlex Smith  */
11ebb5e78cSAlex Smith 
12ebb5e78cSAlex Smith #ifndef __ASM_AUXVEC_H
13ebb5e78cSAlex Smith #define __ASM_AUXVEC_H
14ebb5e78cSAlex Smith 
15ebb5e78cSAlex Smith /* Location of VDSO image. */
16ebb5e78cSAlex Smith #define AT_SYSINFO_EHDR		33
17ebb5e78cSAlex Smith 
18233b2ca1SJames Hogan #define AT_VECTOR_SIZE_ARCH 1 /* entries in ARCH_DLINFO */
19233b2ca1SJames Hogan 
20ebb5e78cSAlex Smith #endif /* __ASM_AUXVEC_H */
21