]> Git Repo - J-linux.git/blob - arch/loongarch/include/uapi/asm/auxvec.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / loongarch / include / uapi / asm / auxvec.h
1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
2 /*
3  * Author: Hanlu Li <[email protected]>
4  *         Huacai Chen <[email protected]>
5  *
6  * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
7  */
8
9 #ifndef __ASM_AUXVEC_H
10 #define __ASM_AUXVEC_H
11
12 /* Location of VDSO image. */
13 #define AT_SYSINFO_EHDR         33
14
15 #define AT_VECTOR_SIZE_ARCH 1 /* entries in ARCH_DLINFO */
16
17 #endif /* __ASM_AUXVEC_H */
This page took 0.025599 seconds and 4 git commands to generate.