]> Git Repo - linux.git/blob - arch/mips/include/uapi/asm/auxvec.h
Merge tag 'v5.15-rc3' into spi-5.15
[linux.git] / arch / mips / include / uapi / asm / auxvec.h
1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
2 /*
3  * Copyright (C) 2015 Imagination Technologies
4  * Author: Alex Smith <[email protected]>
5  *
6  * This program is free software; you can redistribute it and/or modify it
7  * under the terms of the GNU General Public License as published by the
8  * Free Software Foundation;  either version 2 of the  License, or (at your
9  * option) any later version.
10  */
11
12 #ifndef __ASM_AUXVEC_H
13 #define __ASM_AUXVEC_H
14
15 /* Location of VDSO image. */
16 #define AT_SYSINFO_EHDR         33
17
18 #define AT_VECTOR_SIZE_ARCH 1 /* entries in ARCH_DLINFO */
19
20 #endif /* __ASM_AUXVEC_H */
This page took 0.033322 seconds and 4 git commands to generate.