summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/sections.h
blob: c5d60a9d751749dfdedfe1079c236f0eff636971 (plain)
1
2
3
4
5
6
7
8
#ifndef _ASM_GENERIC_SECTIONS_H_
#define _ASM_GENERIC_SECTIONS_H_

extern char _text[], _stext[], _etext[];
extern char __bss_start[], __bss_stop[];
extern char _end[];

#endif /* _ASM_GENERIC_SECTIONS_H_ */