sections.h 599 B

12345678910111213141516171819202122232425
  1. /*
  2. * Copyright (C) 2006 Atmark Techno, Inc.
  3. *
  4. * This file is subject to the terms and conditions of the GNU General Public
  5. * License. See the file "COPYING" in the main directory of this archive
  6. * for more details.
  7. */
  8. #ifndef _ASM_MICROBLAZE_SECTIONS_H
  9. #define _ASM_MICROBLAZE_SECTIONS_H
  10. #include <asm-generic/sections.h>
  11. # ifndef __ASSEMBLY__
  12. extern char _ssbss[], _esbss[];
  13. extern unsigned long __ivt_start[], __ivt_end[];
  14. # ifdef CONFIG_MTD_UCLINUX
  15. extern char *_ebss;
  16. # endif
  17. extern u32 _fdt_start[], _fdt_end[];
  18. # endif /* !__ASSEMBLY__ */
  19. #endif /* _ASM_MICROBLAZE_SECTIONS_H */