sections.h 356 B

12345678910111213141516
  1. /*
  2. * Copyright (C) 2006 Atmel Corporation
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef __ASM_AVR32_SECTIONS_H
  7. #define __ASM_AVR32_SECTIONS_H
  8. #include <asm-generic/sections.h>
  9. /* References to section boundaries */
  10. extern char __data_lma[], __edata_lma[];
  11. extern char __got_start[], __got_lma[], __got_end[];
  12. #endif /* __ASM_AVR32_SECTIONS_H */