Merge tag 'usb-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[linux/fpc-iii.git] / arch / microblaze / include / asm / sections.h
bloba9311ad84a67fc1a7461266d982b24c1b372ae63
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu>
4 * Copyright (C) 2008-2009 PetaLogix
5 * Copyright (C) 2006 Atmark Techno, Inc.
6 */
8 #ifndef _ASM_MICROBLAZE_SECTIONS_H
9 #define _ASM_MICROBLAZE_SECTIONS_H
11 #include <asm-generic/sections.h>
13 # ifndef __ASSEMBLY__
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 */