Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
0002 /*
0003  * Copyright (C) 2015 Imagination Technologies
0004  * Author: Alex Smith <alex.smith@imgtec.com>
0005  *
0006  * This program is free software; you can redistribute it and/or modify it
0007  * under the terms of the GNU General Public License as published by the
0008  * Free Software Foundation;  either version 2 of the  License, or (at your
0009  * option) any later version.
0010  */
0011 
0012 #ifndef __ASM_AUXVEC_H
0013 #define __ASM_AUXVEC_H
0014 
0015 /* Location of VDSO image. */
0016 #define AT_SYSINFO_EHDR     33
0017 
0018 #define AT_VECTOR_SIZE_ARCH 1 /* entries in ARCH_DLINFO */
0019 
0020 #endif /* __ASM_AUXVEC_H */