initial commit with v2.6.9
[linux-2.6.9-moxart.git] / include / asm-generic / sections.h
blob40b935fa003f27009e094cd315b7e03297c365e2
1 #ifndef _ASM_GENERIC_SECTIONS_H_
2 #define _ASM_GENERIC_SECTIONS_H_
4 /* References to section boundaries */
6 extern char _text[], _stext[], _etext[];
7 extern char _data[], _sdata[], _edata[];
8 extern char __bss_start[], __bss_stop[];
9 extern char __init_begin[], __init_end[];
10 extern char _sinittext[], _einittext[];
12 #endif /* _ASM_GENERIC_SECTIONS_H_ */