2005-04-17 06:20:36 +08:00
|
|
|
#ifndef __ASM_SH_SECTIONS_H
|
|
|
|
#define __ASM_SH_SECTIONS_H
|
|
|
|
|
|
|
|
#include <asm-generic/sections.h>
|
|
|
|
|
2007-05-14 14:59:09 +08:00
|
|
|
extern long __machvec_start, __machvec_end;
|
2007-11-30 16:06:36 +08:00
|
|
|
extern char __uncached_start, __uncached_end;
|
2009-08-14 00:58:43 +08:00
|
|
|
extern char __start_eh_frame[], __stop_eh_frame[];
|
2007-05-14 14:59:09 +08:00
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
#endif /* __ASM_SH_SECTIONS_H */
|
|
|
|
|