12b45ceb9SThomas Weißschuh /* SPDX-License-Identifier: LGPL-2.1 OR MIT */ 22b45ceb9SThomas Weißschuh /* 32b45ceb9SThomas Weißschuh * Shim elf.h header for NOLIBC. 42b45ceb9SThomas Weißschuh * Copyright (C) 2025 Thomas Weißschuh <thomas.weissschuh@linutronix.de> 52b45ceb9SThomas Weißschuh */ 62b45ceb9SThomas Weißschuh 7*3785289fSThomas Weißschuh /* make sure to include all global symbols */ 8*3785289fSThomas Weißschuh #include "nolibc.h" 9*3785289fSThomas Weißschuh 102b45ceb9SThomas Weißschuh #ifndef _NOLIBC_SYS_ELF_H 112b45ceb9SThomas Weißschuh #define _NOLIBC_SYS_ELF_H 122b45ceb9SThomas Weißschuh 132b45ceb9SThomas Weißschuh #include <linux/elf.h> 142b45ceb9SThomas Weißschuh 152b45ceb9SThomas Weißschuh #endif /* _NOLIBC_SYS_ELF_H */ 16