Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (C) 2004 Fujitsu Siemens Computers GmbH
0004  * Author: Bodo Stroesser <bstroesser@fujitsu-siemens.com>
0005  */
0006 
0007 #ifndef __ELF_USER_H__
0008 #define __ELF_USER_H__
0009 
0010 /* For compilation on a host that doesn't support AT_SYSINFO (Linux 2.4)  */
0011 
0012 #ifndef AT_SYSINFO
0013 #define AT_SYSINFO 32
0014 #endif
0015 #ifndef AT_SYSINFO_EHDR
0016 #define AT_SYSINFO_EHDR 33
0017 #endif
0018 
0019 #endif