sections.h 727 B

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