Newer
Older
barebox / include / asm-generic / sections.h
@Sascha Hauer Sascha Hauer on 17 Jan 2011 208 bytes add sections.h header file
#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_ */