summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/sections.h
blob: 6933c7032d522f2a6653e752f9aec73e5e3f93a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __ASM_SECTIONS_H
#define __ASM_SECTIONS_H

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

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

#endif

#endif /* __ASM_SECTIONS_H */