18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu>
48c2ecf20Sopenharmony_ci * Copyright (C) 2008-2009 PetaLogix
58c2ecf20Sopenharmony_ci * Copyright (C) 2006 Atmark Techno, Inc.
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#ifndef _ASM_MICROBLAZE_SECTIONS_H
98c2ecf20Sopenharmony_ci#define _ASM_MICROBLAZE_SECTIONS_H
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#include <asm-generic/sections.h>
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci# ifndef __ASSEMBLY__
148c2ecf20Sopenharmony_ciextern char _ssbss[], _esbss[];
158c2ecf20Sopenharmony_ciextern unsigned long __ivt_start[], __ivt_end[];
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ciextern u32 _fdt_start[], _fdt_end[];
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci# endif /* !__ASSEMBLY__ */
208c2ecf20Sopenharmony_ci#endif /* _ASM_MICROBLAZE_SECTIONS_H */
21