xref: /linux/tools/include/nolibc/elf.h (revision 015a99fa76650e7d6efa3e36f20c0f5b346fe9ce)
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