9
0
Fork 0
barebox/include/asm-generic/sections.h

9 lines
208 B
C

#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_ */