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