sections.h 501 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2008-2009 Michal Simek <[email protected]>
  4. * Copyright (C) 2008-2009 PetaLogix
  5. * Copyright (C) 2006 Atmark Techno, Inc.
  6. */
  7. #ifndef _ASM_MICROBLAZE_SECTIONS_H
  8. #define _ASM_MICROBLAZE_SECTIONS_H
  9. #include <asm-generic/sections.h>
  10. # ifndef __ASSEMBLY__
  11. extern char _ssbss[], _esbss[];
  12. extern unsigned long __ivt_start[], __ivt_end[];
  13. extern u32 _fdt_start[], _fdt_end[];
  14. # endif /* !__ASSEMBLY__ */
  15. #endif /* _ASM_MICROBLAZE_SECTIONS_H */