18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) 2015 Imagination Technologies
48c2ecf20Sopenharmony_ci * Author: Alex Smith <alex.smith@imgtec.com>
58c2ecf20Sopenharmony_ci *
68c2ecf20Sopenharmony_ci * This program is free software; you can redistribute it and/or modify it
78c2ecf20Sopenharmony_ci * under the terms of the GNU General Public License as published by the
88c2ecf20Sopenharmony_ci * Free Software Foundation;  either version 2 of the  License, or (at your
98c2ecf20Sopenharmony_ci * option) any later version.
108c2ecf20Sopenharmony_ci */
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#ifndef __ASM_AUXVEC_H
138c2ecf20Sopenharmony_ci#define __ASM_AUXVEC_H
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci/* Location of VDSO image. */
168c2ecf20Sopenharmony_ci#define AT_SYSINFO_EHDR		33
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci#define AT_VECTOR_SIZE_ARCH 1 /* entries in ARCH_DLINFO */
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci#endif /* __ASM_AUXVEC_H */
21