• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/microblaze/include/asm/
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
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[];
19extern char _etext[], _stext[];
20
21#  ifdef CONFIG_MTD_UCLINUX
22extern char *_ebss;
23#  endif
24
25extern u32 _fdt_start[], _fdt_end[];
26
27# endif /* !__ASSEMBLY__ */
28#endif /* _ASM_MICROBLAZE_SECTIONS_H */
29