blob: 4a5350037c8f59217a06e6e6ea1c429594d51073 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef __ASM_SH_SECTIONS_H
2#define __ASM_SH_SECTIONS_H
3
4#include <asm-generic/sections.h>
5
Francesco Virlinzi13c12a42011-02-08 16:27:12 +01006extern long __nosave_begin, __nosave_end;
Paul Mundt9655ad02007-05-14 15:59:09 +09007extern long __machvec_start, __machvec_end;
Stuart Menefycbaa1182007-11-30 17:06:36 +09008extern char __uncached_start, __uncached_end;
Paul Mundt1f91bbb2007-09-24 18:11:27 +09009extern char _ebss[];
Matt Flemingbd353862009-08-14 01:58:43 +090010extern char __start_eh_frame[], __stop_eh_frame[];
Paul Mundt9655ad02007-05-14 15:59:09 +090011
Linus Torvalds1da177e2005-04-16 15:20:36 -070012#endif /* __ASM_SH_SECTIONS_H */
13