]> Git Repo - linux.git/blob - arch/sparc/include/uapi/asm/auxvec.h
Merge tag 'f2fs-for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeu...
[linux.git] / arch / sparc / include / uapi / asm / auxvec.h
1 #ifndef __ASMSPARC_AUXVEC_H
2 #define __ASMSPARC_AUXVEC_H
3
4 #define AT_SYSINFO_EHDR         33
5
6 /* Avoid overlap with other AT_* values since they are consolidated in
7  * glibc and any overlaps can cause problems
8  */
9 #define AT_ADI_BLKSZ    48
10 #define AT_ADI_NBITS    49
11 #define AT_ADI_UEONADI  50
12
13 #define AT_VECTOR_SIZE_ARCH     4
14
15 #endif /* !(__ASMSPARC_AUXVEC_H) */
This page took 0.033604 seconds and 4 git commands to generate.