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