Cleanup eeprom reading code.
[linux-2.6/linux-mips.git] / include / asm-generic / sections.h
blobfe290e3349be4ff090d7fd5a0ebcc7ec800f046a
1 #ifndef _ASM_GENERIC_SECTIONS_H_
2 #define _ASM_GENERIC_SECTIONS_H_
4 /* References to section boundaries */
6 extern char _text, _etext;
7 extern char _data, _edata;
8 extern char __bss_start;
9 extern char __init_begin, __init_end;
11 #endif /* _ASM_GENERIC_SECTIONS_H_ */