summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/sections.h
blob: b5fbba8f165a8cf8da62359f2344684a8bda2f95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef __ASM_SECTIONS_H
#define __ASM_SECTIONS_H

#ifndef __ASSEMBLY__
#include <asm-generic/sections.h>
#include <linux/types.h>

extern char __rel_dyn_start[];
extern char __rel_dyn_end[];
extern char __dynsym_start[];
extern char __dynsym_end[];

#endif

#endif /* __ASM_SECTIONS_H */