blob: c07ed5d2a82034f11cbadc6e836d4e31761d380f [file] [log] [blame]
Michal Simek9981cd92009-03-27 14:25:38 +01001/*
Michal Simek15902bf2009-05-26 16:30:15 +02002 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu>
3 * Copyright (C) 2008-2009 PetaLogix
Michal Simek9981cd92009-03-27 14:25:38 +01004 * 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
11#ifndef _ASM_MICROBLAZE_SECTIONS_H
12#define _ASM_MICROBLAZE_SECTIONS_H
13
14#include <asm-generic/sections.h>
15
16# ifndef __ASSEMBLY__
17extern char _ssbss[], _esbss[];
18extern unsigned long __ivt_start[], __ivt_end[];
Michal Simek15902bf2009-05-26 16:30:15 +020019extern char _etext[], _stext[];
Michal Simek9981cd92009-03-27 14:25:38 +010020
Michal Simek9981cd92009-03-27 14:25:38 +010021extern u32 _fdt_start[], _fdt_end[];
22
23# endif /* !__ASSEMBLY__ */
24#endif /* _ASM_MICROBLAZE_SECTIONS_H */