xref: /linux/arch/sparc/include/uapi/asm/auxvec.h (revision ade994f4f6c8c3ef4c3bfc2d02166262fb9d089c)
1 #ifndef __ASMSPARC_AUXVEC_H
2 #define __ASMSPARC_AUXVEC_H
3 
4 #define AT_SYSINFO_EHDR		33
5 
6 #define AT_VECTOR_SIZE_ARCH	1
7 
8 #endif /* !(__ASMSPARC_AUXVEC_H) */
9