sections.h 287 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _ASM_C6X_SECTIONS_H
  3. #define _ASM_C6X_SECTIONS_H
  4. #include <asm-generic/sections.h>
  5. extern char _vectors_start[];
  6. extern char _vectors_end[];
  7. extern char _data_lma[];
  8. extern char _fdt_start[], _fdt_end[];
  9. #endif /* _ASM_C6X_SECTIONS_H */