]> git.ipfire.org Git - thirdparty/linux.git/blame - arch/riscv/include/uapi/asm/auxvec.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
[thirdparty/linux.git] / arch / riscv / include / uapi / asm / auxvec.h
CommitLineData
caab277b 1/* SPDX-License-Identifier: GPL-2.0-only */
e2c0cdfb
PD
2/*
3 * Copyright (C) 2012 ARM Ltd.
4 * Copyright (C) 2015 Regents of the University of California
e2c0cdfb
PD
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#endif /* _UAPI_ASM_RISCV_AUXVEC_H */