blob: 5c09da5965d4a02819b079ff9276ba5a26ef50f4 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2#ifndef __ASM_AUXVEC_H
3#define __ASM_AUXVEC_H
4
5/* VDSO location */
6#define AT_SYSINFO_EHDR 33
7
8#endif