at v2.6.30 25 lines 599 B view raw
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__ 15extern char _ssbss[], _esbss[]; 16extern unsigned long __ivt_start[], __ivt_end[]; 17 18# ifdef CONFIG_MTD_UCLINUX 19extern char *_ebss; 20# endif 21 22extern u32 _fdt_start[], _fdt_end[]; 23 24# endif /* !__ASSEMBLY__ */ 25#endif /* _ASM_MICROBLAZE_SECTIONS_H */