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 
9 #ifndef _ASM_MICROBLAZE_SECTIONS_H
10 #define _ASM_MICROBLAZE_SECTIONS_H
11 
12 #include <asm-generic/sections.h>
13 
14 # ifndef __ASSEMBLY__
15 extern char _ssbss[], _esbss[];
16 extern unsigned long __ivt_start[], __ivt_end[];
17 
18 #  ifdef CONFIG_MTD_UCLINUX
19 extern char *_ebss;
20 #  endif
21 
22 extern u32 _fdt_start[], _fdt_end[];
23 
24 # endif /* !__ASSEMBLY__ */
25 #endif /* _ASM_MICROBLAZE_SECTIONS_H */
26