xref: /openbmc/linux/arch/um/include/shared/elf_user.h (revision f2f4bf5a)
1f2f4bf5aSAlex Dewar /* SPDX-License-Identifier: GPL-2.0 */
28569c914SAl Viro /*
38569c914SAl Viro  * Copyright (C) 2004 Fujitsu Siemens Computers GmbH
48569c914SAl Viro  * Author: Bodo Stroesser <bstroesser@fujitsu-siemens.com>
58569c914SAl Viro  */
68569c914SAl Viro 
78569c914SAl Viro #ifndef __ELF_USER_H__
88569c914SAl Viro #define __ELF_USER_H__
98569c914SAl Viro 
108569c914SAl Viro /* For compilation on a host that doesn't support AT_SYSINFO (Linux 2.4)  */
118569c914SAl Viro 
128569c914SAl Viro #ifndef AT_SYSINFO
138569c914SAl Viro #define AT_SYSINFO 32
148569c914SAl Viro #endif
158569c914SAl Viro #ifndef AT_SYSINFO_EHDR
168569c914SAl Viro #define AT_SYSINFO_EHDR 33
178569c914SAl Viro #endif
188569c914SAl Viro 
198569c914SAl Viro #endif
20