blob: 22e0ae8884061296dd4f72aa29804dcde8c955eb [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
2/*
3 * Copyright (C) 2012 ARM Ltd.
4 * Copyright (C) 2015 Regents of the University of California
5 */
6
7#ifndef _UAPI_ASM_RISCV_AUXVEC_H
8#define _UAPI_ASM_RISCV_AUXVEC_H
9
10/* vDSO location */
11#define AT_SYSINFO_EHDR 33
12
13/* entries in ARCH_DLINFO */
14#define AT_VECTOR_SIZE_ARCH 1
15
16#endif /* _UAPI_ASM_RISCV_AUXVEC_H */