xref: /openbmc/linux/arch/sh/include/asm/sections.h (revision 95985509)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2f15cbe6fSPaul Mundt #ifndef __ASM_SH_SECTIONS_H
3f15cbe6fSPaul Mundt #define __ASM_SH_SECTIONS_H
4f15cbe6fSPaul Mundt 
5f15cbe6fSPaul Mundt #include <asm-generic/sections.h>
6f15cbe6fSPaul Mundt 
7*95985509SKees Cook extern char __machvec_start[], __machvec_end[];
8f15cbe6fSPaul Mundt extern char __uncached_start, __uncached_end;
9bd353861SMatt Fleming extern char __start_eh_frame[], __stop_eh_frame[];
10f15cbe6fSPaul Mundt 
11f15cbe6fSPaul Mundt #endif /* __ASM_SH_SECTIONS_H */
12f15cbe6fSPaul Mundt 
13