162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci 362306a36Sopenharmony_ci#ifndef _XTENSA_SECTIONS_H 462306a36Sopenharmony_ci#define _XTENSA_SECTIONS_H 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#include <asm-generic/sections.h> 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#ifdef CONFIG_VECTORS_ADDR 962306a36Sopenharmony_ciextern char _WindowVectors_text_start[]; 1062306a36Sopenharmony_ciextern char _WindowVectors_text_end[]; 1162306a36Sopenharmony_ciextern char _DebugInterruptVector_text_start[]; 1262306a36Sopenharmony_ciextern char _DebugInterruptVector_text_end[]; 1362306a36Sopenharmony_ciextern char _KernelExceptionVector_text_start[]; 1462306a36Sopenharmony_ciextern char _KernelExceptionVector_text_end[]; 1562306a36Sopenharmony_ciextern char _UserExceptionVector_text_start[]; 1662306a36Sopenharmony_ciextern char _UserExceptionVector_text_end[]; 1762306a36Sopenharmony_ciextern char _DoubleExceptionVector_text_start[]; 1862306a36Sopenharmony_ciextern char _DoubleExceptionVector_text_end[]; 1962306a36Sopenharmony_ciextern char _exception_text_start[]; 2062306a36Sopenharmony_ciextern char _exception_text_end[]; 2162306a36Sopenharmony_ciextern char _Level2InterruptVector_text_start[]; 2262306a36Sopenharmony_ciextern char _Level2InterruptVector_text_end[]; 2362306a36Sopenharmony_ciextern char _Level3InterruptVector_text_start[]; 2462306a36Sopenharmony_ciextern char _Level3InterruptVector_text_end[]; 2562306a36Sopenharmony_ciextern char _Level4InterruptVector_text_start[]; 2662306a36Sopenharmony_ciextern char _Level4InterruptVector_text_end[]; 2762306a36Sopenharmony_ciextern char _Level5InterruptVector_text_start[]; 2862306a36Sopenharmony_ciextern char _Level5InterruptVector_text_end[]; 2962306a36Sopenharmony_ciextern char _Level6InterruptVector_text_start[]; 3062306a36Sopenharmony_ciextern char _Level6InterruptVector_text_end[]; 3162306a36Sopenharmony_ci#endif 3262306a36Sopenharmony_ci#ifdef CONFIG_SECONDARY_RESET_VECTOR 3362306a36Sopenharmony_ciextern char _SecondaryResetVector_text_start[]; 3462306a36Sopenharmony_ciextern char _SecondaryResetVector_text_end[]; 3562306a36Sopenharmony_ci#endif 3662306a36Sopenharmony_ci#ifdef CONFIG_XIP_KERNEL 3762306a36Sopenharmony_ci#ifdef CONFIG_VECTORS_ADDR 3862306a36Sopenharmony_ciextern char _xip_text_start[]; 3962306a36Sopenharmony_ciextern char _xip_text_end[]; 4062306a36Sopenharmony_ci#endif 4162306a36Sopenharmony_ciextern char _xip_start[]; 4262306a36Sopenharmony_ciextern char _xip_end[]; 4362306a36Sopenharmony_ci#endif 4462306a36Sopenharmony_ci 4562306a36Sopenharmony_ci#endif 46