elf.h 337 B

123456789101112131415
  1. /* SPDX-License-Identifier: LGPL-2.1 OR MIT */
  2. /*
  3. * Shim elf.h header for NOLIBC.
  4. * Copyright (C) 2025 Thomas Weißschuh <thomas.weissschuh@linutronix.de>
  5. */
  6. /* make sure to include all global symbols */
  7. #include "nolibc.h"
  8. #ifndef _NOLIBC_SYS_ELF_H
  9. #define _NOLIBC_SYS_ELF_H
  10. #include <linux/elf.h>
  11. #endif /* _NOLIBC_SYS_ELF_H */