cfg80211: fix deadlock with rfkill/sched_scan by adding new mutex
[linux-2.6/btrfs-unstable.git] / arch / microblaze / include / asm / sections.h
blob4487e150b4555d2815417551cbdafc200234bb5a
1 /*
2 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu>
3 * Copyright (C) 2008-2009 PetaLogix
4 * Copyright (C) 2006 Atmark Techno, Inc.
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 */
11 #ifndef _ASM_MICROBLAZE_SECTIONS_H
12 #define _ASM_MICROBLAZE_SECTIONS_H
14 #include <asm-generic/sections.h>
16 # ifndef __ASSEMBLY__
17 extern char _ssbss[], _esbss[];
18 extern unsigned long __ivt_start[], __ivt_end[];
19 extern char _etext[], _stext[];
21 # ifdef CONFIG_MTD_UCLINUX
22 extern char *_ebss;
23 # endif
25 extern u32 _fdt_start[], _fdt_end[];
27 # endif /* !__ASSEMBLY__ */
28 #endif /* _ASM_MICROBLAZE_SECTIONS_H */